forfiles /p k:\WP\INBOX\ /m *.* /s /d -15 /c "cmd /c del @file" Deletes files older than 14 days.
On Mon, Mar 9, 2009 at 7:17 AM, John Aldrich <[email protected]>wrote: > Ooh... nifty. I could use a batchfile like that. :-) Care to post it > (assuming it's not got any proprietary info. <G>) > > > > -----Original Message----- > From: Ben Scott [mailto:[email protected]] > Sent: Friday, March 06, 2009 5:06 PM > To: NT System Admin Issues > Subject: Re: Application requires local admin or power user? > > On Fri, Mar 6, 2009 at 4:52 PM, John Aldrich > <[email protected]> wrote: > > I have to say, our previous copier/scanner/fax device (also a Kyocera) > had > > that sort of utility, but then Kyocera got smart and just started using > SMB > > shares. :-) > > Our Konica multi-function copiers (purchased circa 2002) support a > suite of protocols. I have them use an FTP account to upload the > scanned images to a folder. The users can then look in S:\Scanner on > their PCs to find their scans. I've got a batch file which cleans out > old files after a couple of days to keep it from filling up with > clutter. > > -- Ben > > ~ Finally, powerful endpoint security that ISN'T a resource hog! ~ > ~ <http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/> ~ > > No virus found in this incoming message. > Checked by AVG - www.avg.com > Version: 8.0.237 / Virus Database: 270.11.9/1991 - Release Date: 03/09/09 > 07:14:00 > > > ~ Finally, powerful endpoint security that ISN'T a resource hog! ~ > ~ <http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/> ~ > ~ Finally, powerful endpoint security that ISN'T a resource hog! ~ ~ <http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/> ~
