Guest_imported
New member
- Jan 1, 1970
- 0
Hi, before I address my question I just want to say you guys are the best. My question is similar to an earlier posting. Here it is, OK, you guys have show us how we can
run and exe program and batch file, using this code.
dim Myapp
myApp=Shell("d:\Program Files\Macromedia\Flash 5\Flash.exe", 1)
Ok my question is, how can I get VB to search for an
exe program(example a setup.exe) on a cd-drive,zip drive,orhard drive.
Now a-days many of us have two cd-drives and multiple partitions thus having VB search for a specific file would be helpful.
thanks..
run and exe program and batch file, using this code.
dim Myapp
myApp=Shell("d:\Program Files\Macromedia\Flash 5\Flash.exe", 1)
Ok my question is, how can I get VB to search for an
exe program(example a setup.exe) on a cd-drive,zip drive,orhard drive.
Now a-days many of us have two cd-drives and multiple partitions thus having VB search for a specific file would be helpful.
thanks..