{section: Requirements} *: Cygwin + Cygwin Perl module *: Active-State Perl {section: Testing} From a Cygwin command-line type: export NMI_PLATFORM=x86_winnt_5.1 export PATH=$PATH:/cygdrive/c/condor/bin cd /cygdrive/c mkdir nmi_tests cd nmi_tests cp -r /cygdrive/c/workspace/source/src . cp -r src/condor_examples . cp -r src/condor_scripts . cp -r src/condor_tests . cd condor_tests cp ../condor_scripts/*.pm ../condor_scripts/batch_test.pl . ./batch_test.pl -d . -b -e 10 Between test runs, delete the =TestingPersonalCondor= directory: rm -rf TestingPersonalCondor That's about as simple as it gets; although it is possible to save exporting the NMI_PLATFORM and PATH each time. This can be accomplished by adding them to the environment in a persistent manner; either by cygwin startup scripts or changing the Windows environment. The latter will require a new instance of the cygwin terminal for the variables to be present.