[XML-SIG] Starting SOAPpy server on Windows boot

Taylor, Martin cmtaylor at ti.com
Mon Oct 18 22:41:44 CEST 2004


I've written a simple SOAP server using the SOAPpy libraries and would
like to get this server to start automatically on certain Windows XP or
2000 machines when they boot.  I've tried putting a line like:
 
start /B C:\Python23\python.exe "C:\TI-CAT\SOAP
Experiments\my_test_server.py" >%TEMP%\my_test_server.log
 
in my the AUTOEXEC.BAT file, but it doesn't seem to work there.  If I
log in, open a command prompt, and then do the line above, then it works
fine.
 
Has anyone done anything like this that could help me solve this
seemingly trivial problem?
 
Thanks,

Martin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.python.org/pipermail/xml-sig/attachments/20041018/951619a4/attachment.htm


More information about the XML-SIG mailing list