View Single Post
  #12 (permalink)  
Old 08-31-10, 02:08
maxtodoscripts maxtodoscripts is offline
Registered User
 
Join Date: Aug 2010
Posts: 5
hi lkbrwn,,,

i used ur script, please see LOGS below


+ dir1=Program Files/archive
+ cd D:
+ find 'Program Files/archive' -mtime +60 -type f
File not found - -MTIME
File not found - +60
File not found - -TYPE
File not found - F
+ exit 0


it seemed like it's using the find of command prompt as i've read its syntax





hi script and lkbrwn,,


it's ok to use for loop because i'm actually creating the scrip for multiple directory,, i just first tried to one...



hi script,,

i used ur scrip, the error was "find: invalid switch"
Reply With Quote