P
PeterM
I have the following code in a form
Call Shell("ftp.exe -s:FTPCommands.txt", vbMinimizedNoFocus)
which doesn't work....but if I open a DOS window, go to the directory where
the FTPCommands.txt file is located and enter
ftp.exe -s:FTPCommands.txt
it works great so I know the commands in the FTPCommands.txt file are
ok....does anyone have any idea what I'm doing wrong?
I would appreciate any help you could offer...thanks!
Call Shell("ftp.exe -s:FTPCommands.txt", vbMinimizedNoFocus)
which doesn't work....but if I open a DOS window, go to the directory where
the FTPCommands.txt file is located and enter
ftp.exe -s:FTPCommands.txt
it works great so I know the commands in the FTPCommands.txt file are
ok....does anyone have any idea what I'm doing wrong?
I would appreciate any help you could offer...thanks!