vbsでファイル削除

'WScript.Shellオブジェクトの作成
Set objFileSys = CreateObject("Scripting.FileSystemObject")

objFileSys.DeleteFile "c:\hogehoge.txt", True