@ECHO OFF rem mzscheme-untyped.bat -- Invoke MzScheme without the type checker rem rem Change MZSCHEME to the location of your install of MzScheme rem Use backslashes in the definition of MZSCHEME set MZSCHEME="c:\cygwin\usr\local\PLT\MZScheme.exe" rem rem Change the PLTCOLLECTS variable to the PLT collects directory rem Use forward slashes for PLTCOLLECTS! set PLTCOLLECTS=c:/cygwin/usr/local/PLT/collects rem "%MZSCHEME%" -F "%PLTCOLLECTS%/typedscm/drscheme/untyped.scm" %1 %2 %3 %4 %5 %6 %7 %8 %9