|
-
Sep 14th, 2000, 08:13 AM
#1
I actually want to use DOS commands in VB, or even the command.com file. As an "inexperienced" user I wondered
if any of you had any idea of solving this?
thanks
-
Sep 14th, 2000, 08:22 AM
#2
Frenzied Member
Shell()
use the Shell() function to fire up a .exe file
-
Sep 14th, 2000, 08:40 AM
#3
Fanatic Member
ok
Example: Just happened to be doing this as I read this
'Shell "C:\MKS\mksnt\uncompress.exe c:\uotest\*.Z"
to uncompress all *.z files in the indicated directory
-
Sep 14th, 2000, 08:59 AM
#4
exe launching in VB
Thanks all for speedy help ! much appreciated
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|