
Launching external Windows Programs
surely
just
app.path
would tell u where the executable is running from, and that chould include
the drive letter.
--
--
Allan Clements
Quote:
> I asked this question yesterday and recieved a few answers, but Im
curious,
> if there is any other way to achieve this.
> I am trying to make a menu program that will run off of a CD that will be
> used to launch other programs on the CD. I have been told that the
> ShellExecute API is the way to go, but that sure does seem complicated.
> Would not Call Shell("filename") work?? Im pretty sure it does, but, I
> cannot guarantee that the path to the CD Rom is going to be the same on
> every user. Is there anyway to find out where the CD in use resides and
> plug it in?? If anyone could help, I would be very appreciative.