@echo off rem Richard A. DeVenezia rem SUGI 29 - "Greetings from the Edge" rem www.devenezia.com/papers set SAS9="c:\opt\sas\v91\sas.exe" set CLASSPATH=class %SAS9% -sysin "sas\Example4.sas" -jreoptions (-Djava.class.path=%CLASSPATH%) -noovp notepad Example4.log :done