|
-
Jan 27th, 2000, 03:50 PM
#1
Thread Starter
Member
I've would like to execute system (DOS)
command from VB6.0 programme.
Can someone help me?
------------------
-
Jan 27th, 2000, 04:43 PM
#2
New Member
I have do this with Shell-Command, like this.
rc = Shell("C:\WINDOWS\ftp.exe..")
'DOS/Batch
rc = Shell("command.com /c x.bat")
----
Anja
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
|