July 16, 2010
Translations
Forums:
Hey i have a run.bat for rsps i know noob. but i would like help translating the .bat into shell and im new to linux so please help me. the code is
@echo off
if exist "%HOMEDRIVE%\Program Files (x86)" goto x64
goto x32
pause
:x32
"%HOMEDRIVE%/Program Files/Java/jre6/bin/java.exe" -Xmx500m Jframe 10 0 highmem members 32
pause
:x64
"%HOMEDRIVE%\Program Files (x86)\Java\jre6\Bin\Java.exe" -Xmx500m Jframe 10 0 highmem members 32
pause
please can you translate this into shell so i can run the rsps.
-thanks,
danb
- Print This
- Log in or register to post comments
- Like (0 likes)