Jump to content

batch file to move log files nightly from c to d


Recommended Posts

Posted

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.

  • Replies 1
  • Created
  • Last Reply

Popular Days

Guest Pegasus \(MVP\)
Posted

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.


×
×
  • Create New...