Scriptbox
 VBScript Links 
 About VBscript 
 JavaScript Links 
 About JavaScript 
 Powershell Links 
 PSCRIPT the Script Launcher 
 PowerShell Shortcut Keys 
 About Powershell 
     VBScript
    JavaScript
    Powershell
Disclaimer
Contact
Latest 10 Scripts
Script search
  :: { Category } :: 0-9ABCDEFGHIJKLMNOPQRSTUVWXYZ
         

Search Options:  Clear  the  Contents  of  Any  File  Dropped  on  My  Script  Icon  

 Content of Clear the Contents of Any File Dropped on My Script Icon.vbs
MD5 Hash: AAEA165B17AE7987F8CC6B2D133A67C6
Const ForWriting = 2

Set objFSO = CreateObject("Scripting.FileSystemObject")

For Each strArgument in Wscript.Arguments
Set objFile = objFSO.OpenTextFile(strArgument, ForWriting)
objFile.Write ""
objFile.Close
Next



   © 2008 - 2013 Boris Toll      :: Scripts available: 6.481 ::      :: scriptbox.toll.at ::      :: powered by www.toll.at ::
  Google Entries:n/a
  Yahoo Backlinks:n/a
  Live Backlinks:n/a
  del.icio.us Bookmarks:n/a
  Technorati Links:n/a