Blair mail wrote/ schreef:

> I am trying to make a little MC app that will act as a CD file launchpad
> to open an Html file (Win OS only ):

> # determine the drive letter of where the CD was launched from.
> put directory into dirName
> set the directory to dirName
> 
> #open the file from the CD in the browser
> launch "folder1/Index.htm" with tDefaultBrowser
Guess the above should be:

put THE directory into dirName
launch "file:" & dirName & "folder1/Index.htm"

Maybe "file:" should be "file://", I don't know, just try.

> Question : how can I get it to use the directory variable to point to
> the right path??
> Thanks,
> Blair
Regards, / Groeten,
Sjoerd


Archives: http://www.mail-archive.com/[email protected]/
Info: http://www.xworlds.com/metacard/mailinglist.htm
Please send bug reports to <[EMAIL PROTECTED]>, not this list.

Reply via email to