Is it possible to establish a path to a file on a CD (where the drive varies) from a vb exe to utilize in an autorun.inf file.
Printable View
Is it possible to establish a path to a file on a CD (where the drive varies) from a vb exe to utilize in an autorun.inf file.
Do you mean something like this:
This code will give you the path of the program.Code:Msgbox App.Path
Thanks a bunch