Changeset 123 for pykoticon/trunk/bin/pykoticon.vbs
- Timestamp:
- 04/29/06 11:44:31 (19 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykoticon/trunk/bin/pykoticon.vbs
r118 r123 19 19 ' 20 20 set Wshshell= WScript.createobject("wscript.shell") 21 retcode = Wshshell.run ("%comspec% /C pykoticon.exe nordine.ateur 7654", 0, FALSE)21 retcode = Wshshell.run ("%comspec% /C pykoticon.exe --port 7654 nordine.ateur", 0, FALSE)