Tech Support > Microsoft Windows > Windows Server > batch file to move log files nightly from c to d
batch file to move log files nightly from c to d
Posted by joey on June 25th, 2008


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.


Posted by Pegasus \(MVP\) on June 25th, 2008



"joey" <joey@joe.com> wrote in message
news:ex5Ie8u1IHA.5140@TK2MSFTNGP02.phx.gbl...
Open a Command Prompt, then type

move /?

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




Similar Posts