Post a reply

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

martin

Re: Help Automate file existence check

Does the RECEPTION.csv refer to a remote file? Is the if exist RECEPTION.csv a second line of some batch file? Please give more details and describe what the script should do.
CrystalLilith

Re: Help Automate file existence check

I'm really new to this and do not really know if this sequence will be fine



winscp.com /command "option confirm off" "option batch continue" "open ""sftp_mycount""" "cd /3-P"""

if exist RECEPTION.csv (Here I need to run a sql script)


Thank you
martin

Re: Help Automate file existence check

Are you having difficulties running some script (what script)? Or are you not allowed run any script?
CrystalLilith

Help Automate file existence check

Necesito hacer una tarea en windows que permita verificar en mi sesion de FTP si se transfirieron los archivos y notificar via email. pero no logro ejecutar el script.

gracias por su valiosa ayuda.

------
I need to do a task in windows for establishing in my FTP session if files are transferred and notified via email . but I can not run the script .

thanks for your help.