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?
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?