Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Clear the Contents of Any File Dropped on My Script IconContent of Clear the Contents of Any File Dropped on My Script Icon.jsMD5 Hash: 200BD8E69920597C87E43E3F2D88FDBD |
||
var forwriting = 2;
var objfso = new ActiveXObject("scripting.filesystemobject"); var myJS_Enumerator_1 = new Enumerator(WScript.arguments); for (;!myJS_Enumerator_1.atEnd();myJS_Enumerator_1.moveNext()) { strargument = myJS_Enumerator_1.item(); var objfile = objfso.opentextfile(strargument, forwriting); objfile.write (""); objfile.close(); } | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |