batch file to move log files nightly from c to d

  • Thread starter Thread starter joey
  • Start date Start date
J

joey

Guest
can someone help with a batch file to move log files in a directory from c
to d nightly? It has to be a move not a copy. I do not want to leave any log
files on the c.
 
Re: batch file to move log files nightly from c to d


"joey" <joey@joe.com> wrote in message
news:ex5Ie8u1IHA.5140@TK2MSFTNGP02.phx.gbl...
> can someone help with a batch file to move log files in a directory from c
> to d nightly? It has to be a move not a copy. I do not want to leave any
> log files on the c.


Open a Command Prompt, then type

move /?

It's all in there! You could also have copied the files, then
deleted them.
 
Back
Top