Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Create a Text FileContent of Create a Text File.vbsMD5 Hash: C6CAFB5D10CAE771AD0AF5BB4D4B662C |
||
' Description: Demonstration script that creates a new, empty text file. Script must be run on the local computer.
Set objFSO = CreateObject("Scripting.FileSystemObject") Set objFile = objFSO.CreateTextFile("C:\FSO\ScriptLog.txt") | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |