- 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
- Batch to move files (MS-DOS) by luvnrocs
- need simple batch - FTP - Move folders and files (MS-DOS) by Dennis
- trying to move files - why doesn't this batch file work ? (MS-DOS) by \(ProteanThread\)
- Batch create folders and move files? (Microsoft Windows) by gqcovermodel@gmail.com
- Batch file to embed binary files in a regular batch file (MS-DOS) by EdmSaleBoy

