Re: Automatic deletion of files in folder

From: Lanwench [MVP - Exchange] (lanwench_at_heybuddy.donotsendme.unsolicitedmail.atyahoo.com)
Date: 01/17/05


Date: Mon, 17 Jan 2005 13:26:41 -0500

Bob wrote:
> Does any have a vbscript that will delete all files in a set folder
> on a network drive. I need to run this once a week.
> Thanks.

I very much admire Torgeir's scripting skills, which I sorely lack, but
note that you can also do this with a simple batch file (the extent of my
skills, sadly) -

del d:\folder\subfolder\*.* /q

and run it in scheduled tasks.



Relevant Pages

  • Game Programming: Newbie Needs Advice on Engine
    ... I am an video artist with some scripting skills (Perl, ... UNIX scripting, Jscript, VBscript) and want to make an interactive 3D ... game. ... I am looking for something with a easy learning curve, ...
    (comp.programming)
  • Game Programming: Newbie Needs Advice on Engine
    ... I am a video artist with some scripting skills (Perl, ... UNIX scripting, Jscript, VBscript) and want to make an interactive 3D ... game. ... I am looking for something with a easy learning curve, ...
    (comp.programming)

Loading