Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Delete All Files in a FolderContent of Delete All Files in a Folder.vbsMD5 Hash: 8BDE26BCCBF5715A592D3C82E86DD172 |
||
' Description: Demonstration script that deletes all the .txt files in a folder. Script must be run on the local computer.
Const DeleteReadOnly = TRUE Set objFSO = CreateObject("Scripting.FileSystemObject") objFSO.DeleteFile("C:\FSO\*.txt"), DeleteReadOnly | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |