invoking a command in VB to run in Cmd prompt
I have a third party application to FTP files. This application can be run
through the command prompt with the following syntax :
"C:\Program Files\TDAccess 2.02.023\TDClient\tdclientc" reset
"transfer=test".
When I execute this on the command prompt it works fine.
My task is to run this through VB.
I tried shell (cmd /C "C:\Program Files\TDAccess 2.02.023\TDClient\tdclientc" reset "transfer=test")
Using shell I was unable to do it.
Is there a way to pass the above syntax to the the command prompt through VB 5.0?
Please let me know.
Thanks and Regards,
Sathya