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: wait for completion of get functionality

boonflies wrote:

Before the get functionality gets over by copying all the files, the control goes to the next line of the batch script.

No it does not, in general. If it does, you are doing something very strange. So you have to show us your code.
boonflies

wait for completion of get functionality

I am trying to get a list of folders from winscp using 'get' functionality as part of a batch script which processes on the copied files.

Before the get functionality gets over by copying all the files, the control goes to the next line of the batch script. How do I make sure that the control goes to the next line only after the 'get' functionality is completed?