[p4] p4review.py on windows 2003 server
Roy Luo
Yijun.Luo at autodesk.com
Wed Aug 16 07:41:47 PDT 2006
We recently migrated our perforce server from a win2k server to a
win2003 server. We have a p4review batch file that is launched by
scheduled task after system restarts. Here is the batch file:
date /t >>d:\perforce\scripts\p4review.log
time /t >>d:\perforce\scripts\p4review.log
"c:\Program Files\python\python.exe" p4review.py
>>d:\perforce\scripts\p4review.log
In win2k, the batch file runs as a background service without command
window after it is launched. In win2003, for some reason, the batch file
runs as a popup command window after it is launched. Is it supposed to
be the difference between win2k and win2003? How can I make the batch
file run as background service in win2003. Thanks.
More information about the perforce-user
mailing list