Page 1 of 1

Delete a file

Posted: Sun Sep 26, 2010 7:59 am
by koolsun85
Hello all,

I have a situation where i need to delete 4 dummy files from a particular folder at a particular time to complete the sequencer process. Can I do this by a job..?

Thanks in advance..

Posted: Sun Sep 26, 2010 8:27 am
by chulett
Sure, a Sequence job could use an Execute Command stage to issue the DOS "del" command, same can be done before/after job with ExecDOS or a routine could use DSExecute() to do that.