Stacey Baroulette 16.Sep.11 12:23 PM a Web browser Domino Designer7.0.3Windows 2003
Hi! I have a batch file that is executing via the Shell Command but it's not copying the files from my ftp server(as written). However, when I double click the same batch file from the server, it executes perfectly and brings in the files.
'Execute the batch file
resultFtp = Shell(fileBat$,1)
batch file = ftp -i -n -s:C:\xx.txt xxx.com
text file =
user
myusername
mypassword
mget *.txt C:\
quit