Code: Select all
c:\any dir in path>mklink a.exe b.exe
Code: Select all
c:\any dir in path>a.exe
c:\any other dir>a.exe
FWIW, double-clicking a.exe in a TC panel works well.
Moderators: Hacker, petermad, Stefan2, white
Code: Select all
c:\any dir in path>mklink a.exe b.exe
Code: Select all
c:\any dir in path>a.exe
c:\any other dir>a.exe
That's possible, but does not seem very likely, cuz the following AutoHotkey code works without a hitch as well, no matter what the current working directory is.ghisler(Author) wrote:... probably a bug in the Windows function ...
Code: Select all
Run, a.exe