rem msdos batch file rem run SeqPup with mswin java interpreter rem NOTE: My Win95 dies in this batch file with message rem OUT OF ENVIRONMENT SPACE rem i guess it can't handle more than a few chars of env by default rem try setting Properties:Memory:Initial environ value to 4096 rem for this .bat file rem java runtime location is not standard for mswin -- set JAVA as needed rem set JAVA=d:\jdk12b set JAVA=d:\jdk114 rem set APPPATH to seqpup's folder set APPPATH=e:\djava\seqpup08 set APPCLASSES=%APPPATH%\classes\oblib.zip;%APPPATH%\SeqPup.jar set APP=dbioseq.SeqPup set CLASSPATH=%JAVA%\lib\classes.zip;%APPCLASSES% %JAVA%\bin\java -classpath %CLASSPATH% %APP% nodebug