From 0b467451b6c1168db42edafa94d461ab4b98bd01 Mon Sep 17 00:00:00 2001 From: Pat Thoyts Date: Mon, 9 Dec 2002 02:52:55 +0000 Subject: [PATCH] Updated documentation for 0.5 --- Readme | 4 ++-- pkgIndex.tcl | 4 ++-- winsend.html | 24 ++++++++++++------------ winsend.man | 10 +++++----- 4 files changed, 21 insertions(+), 21 deletions(-) diff --git a/Readme b/Readme index be8d19e..d170ca0 100644 --- a/Readme +++ b/Readme @@ -11,7 +11,7 @@ not be blocked by badly behaving windows applications. An example (from tkcon): from a concurrent tclsh: % package require winsend | % package require winsend - 0.4 | 0.4 + 0.5 | 0.5 % winsend interps | % winsend interps tkcon.tcl | tkcon.tcl TCLSH.EXE | % winsend send tkcon.tcl set x 1 @@ -50,7 +50,7 @@ Tcl version printed in your DOS box. See http://tclsoap.sourceforge.net/winsend.html and - http://prdownloads.sourceforge.net/tclsoap/winsend-0.4.zip + http://prdownloads.sourceforge.net/tclsoap/winsend-0.5.zip for the docs (this document) and code respectively. Pat Thoyts. diff --git a/pkgIndex.tcl b/pkgIndex.tcl index ef069c1..b4ea614 100644 --- a/pkgIndex.tcl +++ b/pkgIndex.tcl @@ -9,8 +9,8 @@ # full path name of this file's directory. if {[info exists ::tcl_platform(debug)] && $::tcl_platform(debug)} { - package ifneeded winsend 0.4 [list load [file join $dir winsend04d.dll]] + package ifneeded winsend 0.5 [list load [file join $dir winsend05d.dll]] } else { - package ifneeded winsend 0.4 [list load [file join $dir winsend04.dll]] + package ifneeded winsend 0.5 [list load [file join $dir winsend05.dll]] } diff --git a/winsend.html b/winsend.html index d9f673d..c43ac9d 100644 --- a/winsend.html +++ b/winsend.html @@ -1,12 +1,12 @@ - + winsend - winsend - + -

winsend(n) 0.4 winsend "winsend"

+

winsend(n) 0.5 winsend "winsend"

NAME

winsend - send implementation for windows platform @@ -68,10 +68,10 @@ others. For instance the following VB script can be run using the Windows Scripting Host cscript application using cscript test.vbs

 
- Set interp = GetObject("\\.\TclInterp\tkcon.tcl")
- interp.Send "puts {Hello from VB Script}"
- WScript.Echo interp.Send("info tcl")
-

+ Set interp = GetObject("\\.\TclInterp\tkcon.tcl") + interp.Send "puts {Hello from VB Script}" + WScript.Echo interp.Send("info tcl")

+ Provided you have an instance of Tcl running registered with winsend appname tkcon.tcl you should see the message appear in the Tcl window and the Tcl version should be printed to the cscript @@ -117,7 +117,7 @@ command evaluation.

 
 % package require winsend
-0.4
+0.5
 % winsend appname MyApp
 MyApp
 % winsend send MyApp info tcl
@@ -130,7 +130,7 @@ An example session between two interpreters
 

 
 An example (from tkcon):         from a concurrent tclsh:
   % package require winsend  |     % package require winsend
-  0.4                        |     0.4
+  0.5                        |     0.5
   % winsend interps          |     % winsend interps
   tkcon.tcl                  |     tkcon.tcl TCLSH.EXE
                              |     % winsend send tkcon.tcl set x 1
@@ -151,10 +151,10 @@ An example (from tkcon):         from a concurrent tclsh:
 

DOWNLOAD and INSTALLATION

The latest version is available at -
http://prdownloads.sourceforge.net/tclsoap/winsend-0.4.zip +http://prdownloads.sourceforge.net/tclsoap/winsend-0.5.zip This includes the source and the DLLs. To install, copy the DLLs and -the "pkgIndex.tcl" file to a subdirectory of your auto_path -variable. For instance, to "c:/Program Files/Tcl/lib/winsend04/" +the "pkgIndex.tcl" file to a subdirectory of your auto_path +variable. For instance, to "c:/Program Files/Tcl/lib/winsend05/"

diff --git a/winsend.man b/winsend.man index b1a8a05..e63732c 100644 --- a/winsend.man +++ b/winsend.man @@ -1,6 +1,6 @@ [comment {winsend.man - Copyright (C) 2002 Pat Thoyts <Pat.Thoyts@bigfoot.com>}] [comment {$Id$}] -[manpage_begin winsend n 0.4] +[manpage_begin winsend n 0.5] [moddesc {winsend}] [titledesc {send implementation for windows platform}] [require Tcl 8.3] @@ -103,7 +103,7 @@ command evaluation. [para] [example { % package require winsend -0.4 +0.5 % winsend appname MyApp MyApp % winsend send MyApp info tcl @@ -116,7 +116,7 @@ An example session between two interpreters [example { An example (from tkcon): from a concurrent tclsh: % package require winsend | % package require winsend - 0.4 | 0.4 + 0.5 | 0.5 % winsend interps | % winsend interps tkcon.tcl | tkcon.tcl TCLSH.EXE | % winsend send tkcon.tcl set x 1 @@ -137,10 +137,10 @@ An example (from tkcon): from a concurrent tclsh: [section {DOWNLOAD and INSTALLATION}] The latest version is available at -[uri {http://prdownloads.sourceforge.net/tclsoap/winsend-0.4.zip}] +[uri {http://prdownloads.sourceforge.net/tclsoap/winsend-0.5.zip}] This includes the source and the DLLs. To install, copy the DLLs and the [file pkgIndex.tcl] file to a subdirectory of your [var auto_path] -variable. For instance, to [file {c:/Program Files/Tcl/lib/winsend04/}] +variable. For instance, to [file {c:/Program Files/Tcl/lib/winsend05/}] [para] -- 2.23.0