SteveBoard
Programmer
I've created a VFP program with all files on a CD. I'd like to have a shortcut visible on the CD root which will call the VFP executable.
The problem is the CD drive varies from one person to the next. Windows will make a shortcut but requires a hardcoded driveletter (the wizard asks you to browse to your program, then it captures the absolute path).
How would I make a shortcut that launches the program down in a subdirectory, with the CD drive letter omitted or assumed? It seems unnecessary to create an executable to read the current drive just to launch a program on that drive. Suggestions?
The problem is the CD drive varies from one person to the next. Windows will make a shortcut but requires a hardcoded driveletter (the wizard asks you to browse to your program, then it captures the absolute path).
How would I make a shortcut that launches the program down in a subdirectory, with the CD drive letter omitted or assumed? It seems unnecessary to create an executable to read the current drive just to launch a program on that drive. Suggestions?