Is there a way to check out from CVS using Windows command line (cmd) given the branch, package, and destination dir?
cvs -q -d <CVSROOT> co -r <BRANCH> -d <DESTINATION> <PACKAGE>