Show
Ignore:
Timestamp:
04/29/06 11:44:31 (18 years ago)
Author:
jerome
Message:

Now accepts an unlimited number of print servers.
Now uses optparse to parse the command line.
IMPORTANT : the command line's syntax has changed.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykoticon/trunk/bin/pykoticon.vbs

    r118 r123  
    1919' 
    2020set Wshshell= WScript.createobject("wscript.shell") 
    21 retcode = Wshshell.run ("%comspec% /C pykoticon.exe nordine.ateur 7654", 0, FALSE) 
     21retcode = Wshshell.run ("%comspec% /C pykoticon.exe --port 7654 nordine.ateur", 0, FALSE)