I have a application CDStart.exe to run some exe-files from cd. Now at the end I want to call a Readme.htm which is on the cd.
If I call:
Call Shell("C:\Programme\Internet Explorer\IEXPLORE.exe D:\Readme.htm", 1)
that works.
But as I can't be sure, the cd-driveletter is D, I try:
Call Shell("C:\Programme\Internet Explorer\IEXPLORE.exe App.Path+Readme.htm", 1)
And this makes the App.Path be the Path of the Explorer, settings. How can I put it ob the path of the CDStart.exe?
If I call:
Call Shell("C:\Programme\Internet Explorer\IEXPLORE.exe D:\Readme.htm", 1)
that works.
But as I can't be sure, the cd-driveletter is D, I try:
Call Shell("C:\Programme\Internet Explorer\IEXPLORE.exe App.Path+Readme.htm", 1)
And this makes the App.Path be the Path of the Explorer, settings. How can I put it ob the path of the CDStart.exe?