bjgolden80
Programmer
Hi,
I am trying to run a .DAT file that contains ftp commands through a shell in VB (unsuccessfully).
Right now I am manually running a .DAT file through DOS to ftp files, but I want my VB program to do it on completion of file creation.
I need to pass the following commands to DOS through VB:
>cd q:
>ftp -ivs:ftptest.dat
Can anyone help me on the correct use of shell commands to do this ?
thanks!
I am trying to run a .DAT file that contains ftp commands through a shell in VB (unsuccessfully).
Right now I am manually running a .DAT file through DOS to ftp files, but I want my VB program to do it on completion of file creation.
I need to pass the following commands to DOS through VB:
>cd q:
>ftp -ivs:ftptest.dat
Can anyone help me on the correct use of shell commands to do this ?
thanks!