I have a game that uses this file structure:
GAME FOLDER ->data ->data->run.bat
I want to put a shortcut to run.bat i
run.bat
After making the shortcut as you have, set the following in Properties:
Target: %comspec% /k "data\run.bat" Drop the /k if you don't want the prompt to stay open after you've run it. Start In: %cd%\data
Target: %comspec% /k "data\run.bat"
%comspec% /k "data\run.bat"
/k
Start In: %cd%\data
%cd%\data