home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 January / PCWorld_2007-01_cd.bin / multimedia / ppsee / PPSeeSetup.exe / bin / ppsee.bat < prev    next >
DOS Batch File  |  2006-11-13  |  328b  |  14 lines

  1. @echo off
  2. rem Starting script for PPSee application.
  3. rem Notes:
  4. rem - Call a 'ppsee.vbs' script rather.
  5. rem - Modify path to file 'java.exe' in case
  6. rem   you can't run the application.
  7. rem ---------------------------------------
  8.  
  9. "java.exe" -Xmx180m  -Xms96m -jar "PPSee.jar" %1 %2 %3 %4 %5 %6 %7 %8 %9
  10.  
  11. rem eof
  12.  
  13.  
  14.