I have a bat file at the moment what sets a few few things
How can do this in AMS so I don't have to use a bat file at all.
So I need this part of a run or extract command without the bat file, I can create the bat file each time and delete it I know that but I rather do it little cleaner.
Code:
SET DIR=%cd% SET JA_HOME=%DIR%\runtime\jre-x64\1.8.0_25 SET JA="%JA_HOME%\bin\javaw.exe" set APPDATA=%CD%\data %JA% -jar "%DIR%\bin\game.jar"
So I need this part of a run or extract command without the bat file, I can create the bat file each time and delete it I know that but I rather do it little cleaner.
Comment