PDA

Click to See Complete Forum and Search --> : How to execute system command from VB6.0


tompod
Jan 27th, 2000, 02:50 PM
I've would like to execute system (DOS)
command from VB6.0 programme.
Can someone help me?

------------------

moessbauer
Jan 27th, 2000, 03:43 PM
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