Batch files for updating Boa Constructor via CVS in a scheduled task on various platforms

Windows

Method 1:

Requirements:

Python 2.4
TortoiseCVS

Batch file:'

@ECHO OFF

cd C:\Python24\Lib\site-packages\boa
c:
echo Updating Boa via CVS...

"C:\Program Files\TortoiseCVS\cvs.exe" "-q" "update" "-d" "-P" "."

echo All done!

pause

BoaScheduledTask (last edited 2008-03-11 10:50:28 by localhost)

NOTE: To edit pages in this wiki you must be a member of the TrustedEditorsGroup.