Search found 4 matches
- 17 Sep 2016 16:46
- Forum: DOS Batch Forum
- Topic: Third module to a batch file
- Replies: 6
- Views: 6281
Re: Third module to a batch file
Thanks eGerman, I will have a play and see how I get on It would repay the kindness if you let aGerman know how you got on. I had every intention of replying to eGerman (and anybody else who offered a solution once I had tried them), it has just taken me longer to try eGerman's script than I had in...
- 14 Sep 2016 12:29
- Forum: DOS Batch Forum
- Topic: Third module to a batch file
- Replies: 6
- Views: 6281
Re: Third module to a batch file
use an empty Folder and robocopy. @echo off setlocal set "T=%temp%\DF%time::=%" md "%T%" ||exit /b 1 PushD "%T%" :List rem Delim=TAB rem minage - not before for /f "tokens=3 delims= " %%D in ( 'robocopy /L /fp /np /njh /njs /mir "m:\global\pix\pix" ...
- 12 Sep 2016 14:33
- Forum: DOS Batch Forum
- Topic: Third module to a batch file
- Replies: 6
- Views: 6281
Re: Third module to a batch file
Thanks eGerman, I will have a play and see how I get on
- 11 Sep 2016 03:57
- Forum: DOS Batch Forum
- Topic: Third module to a batch file
- Replies: 6
- Views: 6281
Third module to a batch file
I currently have a batch file that does two things 1) It deletes specific files (.jpg & .pdf) older than X days old in a specific directory and sub folders 2) It scans subfolder of the same directory (above) and delete specific files extension (.jpg & .pdf) This runs daily on a 2008R2 Server...