Search found 1 match
- 13 Jul 2011 09:29
- Forum: DOS Batch Forum
- Topic: Need check if file exist older than n days then do a delete.
- Replies: 6
- Views: 14442
Re: Need check if file exist older than n days then do a del
Im trying to use that script to delete 2days older files on a remote machine. I receive this message ERROR: UNC paths (\\machine\share) are not supported. here is my script set /a days=2 set "folder=\\ip address of remote machine\d$\Symantec\Definitions" set "files=*.zip" forfile...