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

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

    I'm not sure if I'm right, or I'm missing something, but as for now (2016-07-11, running Win7 Enterprise SP1) a LNK file adapts itself on moving or even changing the drive letter after it is run at a new place! I created a new shortcut on my USB drive and tried moving the shortcut and its target in a way that the relative position stayed unchanged, then I changed the drive letter. The shortcut worked in both cases and the target field was adapted after I double-clicked it.

    It looks like Microsoft has addressed this issue in one of the past updates.

    Please somebody confirm this.

提交回复
热议问题