:: We do not maintain Windows batch files for the Coron System, but if you :: really want to use the "cmd" shell, then here is an example for launching :: AssRuleX (assrulex.bat): ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: Under Windows we highly recommend using the Cygwin environment! :: ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: @echo off set OLD_CLASSPATH=%CLASSPATH% set CLASSPATH=%CLASSPATH%;jar/assrulex-pg-bin.jar set CLASSPATH=%CLASSPATH%;jar/coron-pg-bin.jar java assrulex.Main %1 %2 %3 %4 %5 %6 %7 %8 %9 set CLASSPATH=%OLD_CLASSPATH%