I've would like to execute system (DOS)
command from VB6.0 programme.
Can someone help me?
------------------
Printable View
I've would like to execute system (DOS)
command from VB6.0 programme.
Can someone help me?
------------------
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