::The first argument is CVS dude username (eg. :pserver:wcs_mas@cvs1.cvsdude.com:/cvs/stdp) ::The second argument is directory to path to import (eg. 151Tutorial) ::The third argument is the project name (eg. 151Tutorial_wcs) SET HOME=H:\ @ECHO OFF :: Login to CVSdude "C:\Program Files\CodeWarrior\(Helper Apps)\cvs" -d "%1" login CLS cd %2 :: Import files "C:\Program Files\CodeWarrior\(Helper Apps)\cvs" -d "%1" import -I ! -I CVS -W "*.mem -k 'b'" -W "*.tdt -k 'b'" -W "*.stg -k 'b'" -W "*.mcp -k 'b'" -m "Initial Import" %3 Scratchley InitialImport cd ..