Too many nested gosubs
Walter D Vaughan Jr
wvaughan at steelerubber.com
Thu Nov 14 13:19:34 PST 2013
And is simple to do with any modern windows version
http://stackoverflow.com/questions/51054/batch-file-to-delete-files-older-th
an-n-days
> -----Original Message-----
> From: filepro-list-bounces+wvaughan=steelerubber.com at lists.celestial.com
> [mailto:filepro-list-
> bounces+wvaughan=steelerubber.com at lists.celestial.com] On Behalf Of
> Richard Kreiss
> Sent: Thursday, November 14, 2013 2:53 PM
> To: bill at celestial.com; filepro-list at lists.celestial.com; 'Fp Support'
> Subject: RE: Too many nested gosubs
>
> Problem, this is a Windows system.
>
> Thanks for the suggestion anyway.
>
> Richard
>
> > -----Original Message-----
> > From: filepro-list-bounces+rkreiss=verizon.net at lists.celestial.com
> > [mailto:filepro-list-bounces+rkreiss=verizon.net at lists.celestial.com]
> > On Behalf Of Bill Campbell
> > Sent: Thursday, November 14, 2013 1:57 PM
> > To: filepro-list at lists.celestial.com; Fp Support
> > (fpsupport at fptech.com)
> > Subject: Re: Too many nested gosubs
> >
> > On Thu, Nov 14, 2013, Richard Kreiss wrote:
> >
> > >I have a routine I just wrote to delete pdf files older the 60 days
> > >from the current date.
> >
> > If you're running on a *nix box, at the command line:
> >
> > find /path/to-dir -name '*.pdf' -mtime +60 | xargs rm
> >
> > Put it in cron and run nightly.
> >
> > Bill
> > --
> > INTERNET: bill at celestial.com Bill Campbell; Celestial Software LLC
> > URL: http://www.celestial.com/ PO Box 820; 6641 E. Mercer Way
> > Voice: (206) 236-1676 Mercer Island, WA 98040-0820
> > Fax: (206) 232-9186 Skype: jwccsllc (206) 855-5792
> >
> > When we must wait for Washington to tell us when to sow and when to
> > reap, we shall soon want bread -- Thomas Jefferson
> > _______________________________________________
> > Filepro-list mailing list
> > Filepro-list at lists.celestial.com
> > Subscribe/Unsubscribe/Subscription Changes
> > http://mailman.celestial.com/mailman/listinfo/filepro-list
>
> _______________________________________________
> Filepro-list mailing list
> Filepro-list at lists.celestial.com
> Subscribe/Unsubscribe/Subscription Changes
> http://mailman.celestial.com/mailman/listinfo/filepro-list
More information about the Filepro-list
mailing list