12-28-2005, 09:51 AM
What is shortcut path, and what is Target in shortcut's properties?
I don't know how to make shortcut which target path would be relative to shortcut path. Try batch file instead. For example, I create New Folder on desktop, and test.txt in it. Then I create a.bat file on desktop. Text:
start .\NewFol~1\test.txt
When I run a.bat, runs test.txt which is in New Folder, that is one folder deeper than a.bat.
I don't know how to make shortcut which target path would be relative to shortcut path. Try batch file instead. For example, I create New Folder on desktop, and test.txt in it. Then I create a.bat file on desktop. Text:
start .\NewFol~1\test.txt
When I run a.bat, runs test.txt which is in New Folder, that is one folder deeper than a.bat.