Viewing 3 posts - 1 through 3 (of 3 total)
Hi,
I use this type of logic to remove old files (WScript)..
Option Explicit
Dim FSO, WshShell, Then_Date, WSHShellENV, TempFolder, Recycled
On Error Resume Next
Set FSO = CreateObject("Scripting.FileSystemObject") ' creating a...
May 10, 2012 at 3:51 pm
#1486018
Thanks, worked perfect!! Mike
July 21, 2009 at 8:33 am
#1027661
Many thanks Rob, will try tonight, Mike
July 20, 2009 at 10:43 am
#1027144