home *** CD-ROM | disk | FTP | other *** search
- @echo off
- rem Starting script for PPSee application.
- rem Notes:
- rem - Call a 'ppsee.vbs' script rather.
- rem - Modify path to file 'java.exe' in case
- rem you can't run the application.
- rem ---------------------------------------
-
- "java.exe" -Xmx180m -Xms96m -jar "PPSee.jar" %1 %2 %3 %4 %5 %6 %7 %8 %9
-
- rem eof
-
-
-