Re: using MGET with DELE



Thanks for the response, Bernard.

It's a great idea!

Implementing the whole system has required me to refresh my DOS batch skills
quite a bit, so it's not up and running yet, but I'll try to stop back and
share my solution when it's complete.

Thank you!


TRS


"Bernard Cheah [MVP]" <qbernard@xxxxxxxxxxxxxxxxxxx> wrote in message
news:uQ$SpImpGHA.4812@xxxxxxxxxxxxxxxxxxxxxxx
The command is execute in sequencial order. so all the files will be
downloaded before deletion.

what about you have another step in between
a) mget the file
b) delete the \temp\ files
c) move the the current mget files to temp folder

in this case, the current mget files will always be moved to a temp folder
and will be delete in the next cycle.




.