Updated documentation for 0.5 winsend-0-5
authorPat Thoyts <patthoyts@users.sourceforge.net>
Mon, 9 Dec 2002 02:52:55 +0000 (02:52 +0000)
committerPat Thoyts <patthoyts@users.sourceforge.net>
Mon, 9 Dec 2002 02:52:55 +0000 (02:52 +0000)
Readme
pkgIndex.tcl
winsend.html
winsend.man

diff --git a/Readme b/Readme
index be8d19ec73aa3f87898517b78e92caa75db20cb6..d170ca0c996865def3ff2bc0eb0503b0aaa4067d 100644 (file)
--- 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.
index ef069c1fc39d884004241d50ac5b3501435f0f3e..b4ea614fe82f3a4347b8fcbc39e6f978ad3e5897 100644 (file)
@@ -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]]
 }
    
index d9f673dc7146ccca8663ca1745b8049e8d91209e..c43ac9d256a6c0aef566f4fa4e154243554bdea4 100644 (file)
@@ -1,12 +1,12 @@
-<! -- winsend.man - Copyright (C) 2002 Pat Thoyts &lt;Pat.Thoyts@bigfoot.com&gt; -->
+<! -- winsend.man - Copyright (C) 2002 Pat Thoyts &amp;lt;Pat.Thoyts@bigfoot.com&amp;gt; -->
 <! -- $Id$ -->
 <html><head><title>winsend - winsend </title></head>
 <! -- Generated from winsend.man by tcllib/doctools/mpexpand with fmt.html -->
-<! -- Copyright (c) 2002  -->
+<! -- Copyright (c) 2002 pat -->
 <! -- All rights reserved -->
 <! -- CVS: $Id$ winsend.n -->
 
-<h1> winsend(n) 0.4 winsend "winsend"</h1>
+<h1> winsend(n) 0.5 winsend &quot;winsend&quot;</h1>
 <a name="name"><h2>NAME</h2>
 <p> 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 
 <b class='cmd'>cscript test.vbs</b>
 <p><table><tr><td bgcolor=black>&nbsp;</td><td><pre class='sample'>
- Set interp = GetObject("\\.\TclInterp\tkcon.tcl")
- interp.Send "puts {Hello from VB Script}"
- WScript.Echo interp.Send("info tcl")
-</pre></td></tr></table></p>
+ Set interp = GetObject(&quot;\\.\TclInterp\tkcon.tcl&quot;)
+ interp.Send &quot;puts {Hello from VB Script}&quot;
+ WScript.Echo interp.Send(&quot;info tcl&quot;)</pre></td></tr></table></p>
+
 Provided you have an instance of Tcl running registered with 
 <b class='cmd'>winsend appname tkcon.tcl</b> 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.
 <p>
 <p><table><tr><td bgcolor=black>&nbsp;</td><td><pre class='sample'>
 % 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
 <p><table><tr><td bgcolor=black>&nbsp;</td><td><pre class='sample'>
 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:
 <a name="downloadandinstallation"><h2>DOWNLOAD and INSTALLATION</h2>
 
 The latest version is available at
-<a href="http://prdownloads.sourceforge.net/tclsoap/winsend-0.4.zip">http://prdownloads.sourceforge.net/tclsoap/winsend-0.4.zip</a>
+<a href="http://prdownloads.sourceforge.net/tclsoap/winsend-0.5.zip">http://prdownloads.sourceforge.net/tclsoap/winsend-0.5.zip</a>
 This includes the source and the DLLs. To install, copy the DLLs and
-the "<strong>pkgIndex.tcl</strong>" file to a subdirectory of your <strong>auto_path</strong>
-variable. For instance, to "<strong>c:/Program Files/Tcl/lib/winsend04/</strong>"
+the &quot;<strong>pkgIndex.tcl</strong>&quot; file to a subdirectory of your <strong>auto_path</strong>
+variable. For instance, to &quot;<strong>c:/Program Files/Tcl/lib/winsend05/</strong>&quot;
 
 <p>
 
index b1a8a05ac0be10443eca38ee73dd45119e4d0879..e63732ce0849e5f6f8e42219e6c872ab05708f95 100644 (file)
@@ -1,6 +1,6 @@
 [comment {winsend.man - Copyright (C) 2002 Pat Thoyts &lt;Pat.Thoyts@bigfoot.com&gt;}]
 [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]