May 11, 2010 #1 thec0dy IS-IT--Management Joined Apr 16, 2010 Messages 41 Location US What would be the command to delete a file like the one below? WshShell.Run "del C:\Install\GuardianEdge\GEpush.vbs",0,True
What would be the command to delete a file like the one below? WshShell.Run "del C:\Install\GuardianEdge\GEpush.vbs",0,True
May 11, 2010 #2 guitarzan Programmer Joined Apr 22, 2003 Messages 2,236 Location US See below: http://www.devguru.com/technologies/vbscript/quickref/filesystemobject_deletefile.html Upvote 0 Downvote
May 11, 2010 Thread starter #3 thec0dy IS-IT--Management Joined Apr 16, 2010 Messages 41 Location US Excellent Thanks! Upvote 0 Downvote