wait for completion of get functionality

Advertisement

boonflies
Joined:
Posts:
1

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?

Reply with quote

Advertisement

martin
Site Admin
martin avatar
Joined:
Posts:
40,476
Location:
Prague, Czechia

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.

Reply with quote

Advertisement

You can post new topics in this forum