home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 May / CMCD0505.ISO / Software / Freeware / Grafica / gallerymage / GalleryMage-2.4.1.exe / GallMage2.bat < prev    next >
DOS Batch File  |  2005-04-02  |  2KB  |  30 lines

  1. @echo off
  2. echo *******************************************************************************
  3. echo *                                                                             *
  4. echo * You must have Java 1.4 installed and working on your system to run Gallery  *
  5. echo * Mage!  Java can be downloaded from Java.com if needed                       *
  6. echo *                                                                             *
  7. echo * Below this text you should see the output from the Gallery Mage program.    *
  8. echo * If it states that you are running version of Java lower than 1.4 or there   *
  9. echo * an error - you probably need to download java.                              *
  10. echo *                                                                             *
  11. echo * Visit the forums at http://tankammo.net/ if you need further help           *
  12. echo *                                                                             *
  13. echo ******************************************************************************* 
  14. @echo on
  15. java -showversion -cp gallmage.jar;lib/jtank.jar;lib/edtftpj.jar -Xms32m -Xmx512m com.tanksoftware.gallmage.GallMage2 %1 %2 %3
  16. @echo off
  17. echo                                                                               `
  18. echo                                                                               `
  19. echo *******************************************************************************
  20. echo *                                                                             *
  21. echo * Thank you for using Gallery Mage - by William Denniss                       *
  22. echo *                                                                             *
  23. echo * Check http://tanksoftware.com/gallmage/ for program updates                 *
  24. echo *                                                                             *
  25. echo * Visit the forums at http://tankammo.net/ for feedback and help              *
  26. echo *                                                                             *
  27. echo ******************************************************************************* 
  28. pause 
  29.  
  30.