@echo off rem Richard A. DeVenezia rem SUGI 29 - "Greetings from the Edge" rem www.devenezia.com/papers if not exist class mkdir class javac -d class\ java\*Hash*.java if errorlevel 1 goto done rmic -d class\ -classpath class\ HashManager if errorlevel 1 goto done if exist hash.log del hash.log if exist hash.lst del hash.lst set SAS9="c:\opt\sas\v91\sas.exe" set CLASSPATH=class %SAS9% -sysin "sas\Hash.sas" -jreoptions (-Djava.class.path=%CLASSPATH%) -noovp -nocenter -pagesize 1500 notepad Hash.log notepad Hash.lst :done