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 >
Wrap
DOS Batch File
|
2005-04-02
|
2KB
|
30 lines
@echo off
echo *******************************************************************************
echo * *
echo * You must have Java 1.4 installed and working on your system to run Gallery *
echo * Mage! Java can be downloaded from Java.com if needed *
echo * *
echo * Below this text you should see the output from the Gallery Mage program. *
echo * If it states that you are running version of Java lower than 1.4 or there *
echo * an error - you probably need to download java. *
echo * *
echo * Visit the forums at http://tankammo.net/ if you need further help *
echo * *
echo *******************************************************************************
@echo on
java -showversion -cp gallmage.jar;lib/jtank.jar;lib/edtftpj.jar -Xms32m -Xmx512m com.tanksoftware.gallmage.GallMage2 %1 %2 %3
@echo off
echo `
echo `
echo *******************************************************************************
echo * *
echo * Thank you for using Gallery Mage - by William Denniss *
echo * *
echo * Check http://tanksoftware.com/gallmage/ for program updates *
echo * *
echo * Visit the forums at http://tankammo.net/ for feedback and help *
echo * *
echo *******************************************************************************
pause