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

后端 未结 15 2463
自闭症患者
自闭症患者 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:59

    Try using Relative (a Windows command-line application).

    Basically, a shortcut could have a relative link, but Windows gives no way to actually make one.

提交回复
热议问题