Making a Windows shortcut start relative to where the folder is?

后端 未结 15 2439
自闭症患者
自闭症患者 2020-11-30 20:36

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

15条回答
  •  北海茫月
    2020-11-30 20:57

    You can make a relative shortcut manually by changing the file path. First in the usual context-menu you create a new shortcut of Windows for your file and in the properties -> location of your file:

    %windir%\explorer.exe "..\data\run.bat"

提交回复
热议问题