Changeset 125 for pykoticon/trunk/bin/pykoticon.vbs
- Timestamp:
- 05/01/06 19:14:07 (19 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykoticon/trunk/bin/pykoticon.vbs
r123 r125 18 18 ' $Id$ 19 19 ' 20 ' 21 ' Edit the last line of this file to add all your print servers 22 ' hostnames or IP addresses instead of "nordine.ateur" and optionally 23 ' define another TCP port to listen to. 24 ' 20 25 set Wshshell= WScript.createobject("wscript.shell") 21 26 retcode = Wshshell.run ("%comspec% /C pykoticon.exe --port 7654 nordine.ateur", 0, FALSE)