Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Clear the Contents of a Text FileContent of Clear the Contents of a Text File.vbsMD5 Hash: 445327C42ED543B3B2AA8FD58CC10BFD |
||
Const ForWriting = 2
Set objFSO = CreateObject("Scripting.FileSystemObject") Set objFile = objFSO.OpenTextFile("C:\Scripts\Test.txt", ForWriting) objFile.Write "" objFile.Close | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |