@echo off
rem
rem Check tools and document from CVSROOT
"C:\Program Files\GNU\WinCvs 1.2\cvs.exe" -d :pserver:[email protected]:/CVSROOT ci Tools
"C:\Program Files\GNU\WinCvs 1.2\cvs.exe" -d :pserver:[email protected]:/CVSROOT ci Document
"C:\Program Files\GNU\WinCvs 1.2\cvs.exe" -d :pserver:[email protected]:/CVSROOT co -P -A Tools
"C:\Program Files\GNU\WinCvs 1.2\cvs.exe" -d :pserver:[email protected]:/CVSROOT co -P -A Document
rem Check done
pause