Shell problem
I've spent many hours on this before asking for assistance. I am trying to shell from vba (MS Access). This was working before, and I am not sure what broke.
This works: shell("c:\ftp\winscp")
This does not (and there is no log file):
shell("c:\ftp\winscp /script=ftp_test.txt")
I can open the saved session "ftporders" from the console.
ftp_test.txt
============
open ftporders
Thank you!
this is the INI file entry for the session:
[Sessions\ftporders]
HostName=193.151.18.10
PortNumber=21
UserName=adam [snip]
FSProtocol=5
Password=A35C7A561384A4 [snip]
This works: shell("c:\ftp\winscp")
This does not (and there is no log file):
shell("c:\ftp\winscp /script=ftp_test.txt")
I can open the saved session "ftporders" from the console.
ftp_test.txt
============
open ftporders
Thank you!
this is the INI file entry for the session:
[Sessions\ftporders]
HostName=193.151.18.10
PortNumber=21
UserName=adam [snip]
FSProtocol=5
Password=A35C7A561384A4 [snip]