@ECHO OFF echo This tool is just a demo of how you can get 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 get from your project : echo %2 echo Parameter 3 - your working folder : echo %3 echo If you use MS Visual Source Safe, echo you can use vssget.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 -I- echo cd %3 echo ss.exe Get %2 -R -I-