Cant add Exit command after finishing script
Hello!
I have created a script which uploads certain files to some folder on the FTP client.
afterwards iam required to type exit manually, before it moving to the next i want to run:
What am I missing?
I have created a script which uploads certain files to some folder on the FTP client.
afterwards iam required to type exit manually, before it moving to the next i want to run:
@echo off path=%path%;"C:\Program Files (x86)\WinSCP" winscp.com /command ^ "open sftp://mpines:@DIsystem20@sftp.carasso.co.il/" ^ "put "C:\FTP\ClientsInvoicesEDI\carasso\out\*.*" "/" "exit" start MoveCarassoFiles.bat pause