| |
web_app_developer
Posts: 2
Score: 0
Joined: 9/6/2004
From:
Status: offline
|
Hi, I am trying to convert the following NT Cmd Script to put into a vbs script: del /Q \tmp\*.zip When I try the following I get the message "The system cannot find the file specified" Set objShell = CreateObject("Wscript.Shell") objShell.Run "del /Q \tmp\*.zip" Set objShell = Nothing The filesystemobject does not understand wildcards, so that avenue seems to be closed for me. Any suggestions or feedback would be greatly appreciated. Thanks!
|
|