| |
Parabellum
Posts: 222
Score: 0
Joined: 11/12/2006
From: UK
Status: offline
|
the actual delete vbs code is simple... dim objFSO, unwanted set objFSO = CreateObject ("Scripting.FileSystemObject") set unwanted = objFSO.GetFolder("c:\unwanted\") unwanted.Delete could be a problem with permission or files in use.. if you would like more help, maybe try posting an example of some code you have tried.. and giving a few more details.
|
|