@echo off echo This tool is just a demo of how you can check out files from your RCS system echo The batch file is started with the following parameters : echo Parameter 1 - your current project : echo %1 echo Parameter 2 - files to check out echo %2 echo Parameter 3 - your working folder echo %3 echo If you use MS Visual Source Safe, echo you can use vsscheckout.bat installed in TOM bin directory. echo For this you just need to uncomment the corresponding lines in your host.properties echo ss.exe CP %1 echo cd %3 echo ss.exe CheckOut -I- %2 -R