Link to home
Start Free TrialLog in
Avatar of syntel
syntel

asked on

Launching a File

Hi all,

In function I need to run a file outside of my app, just as if the user had clicked on the filename.  It could be a Word document, Zip file, *.Htm, *.exe, etc.  I used to do this in batch files by using: Start("Path/Filname") or similar syntax in Win98.

In application the user will double-click on a filename to be found in some text displayed in link format in my app window.

The platform would be any Windows 98/Me/NT5. I'm using VB6.

Any ideas are appreciated.

Jim
ASKER CERTIFIED SOLUTION
Avatar of Brian Mulder
Brian Mulder
Flag of Netherlands image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of hes
Here are a couple of other options

http://www.freevbcode.com/ShowCode.Asp?ID=525
Avatar of syntel
syntel

ASKER

Thanks for all responses.  I will be working on this next week, but it looks good.
thanks for the grade