Help. I seem to always get myself into what should be simple situations more complicated…
I would like to put a program on a USB flash drive. It runs fine from there. The only catch is that I have to navigate to the EXE buried in folders. I would like to put a shortcut on the USB flash drive, but it needs to find that drive no matter what drive letter it becomes. (I will be plugging this USB drive into different computers and have no control over the letter assigned.) When I create a normal shortcut, it puts in the current drive letter. How do I say “the drive you are on right now” or such?
In batch files we could use .whatever or ..whatever but that does not seem to work in shortcuts. I seem to remember some %drive% variables, but can’t find a list of them…