Click to See Complete Forum and Search --> : Run Files From VB


July 9th, 2000, 07:03 AM
How do I run files(from any kind) from Visual Basic

makai
July 9th, 2000, 01:32 PM
check the SHELL function

Shawn South
July 10th, 2000, 02:49 PM
If you're looking for an API solution, look at CreateProcess.

Otherwise, use makai's suggestion.

I've also seen ShellExecute suggested, but I've never used it and don't really know its particulars.


- Shawn
Game Programmer
Humongous Entertainment, Inc.