• Batch File help
    1 replies, posted
[code]@echo off for /L "C:\New folder\%%A" in (0,1,16) do del /s /q "C:\New folder\%%A\*.txt" pause[/code] trying to get this to work on a sample file set before I do it at work tomorrow. I want it to search through all folders named 0 through 16 and delete any text files it finds. I realize I could use the windows search but it is thousands of files I have to use this on tomorrow. any help? the cmd.exe screen flashes and doesn't work
anyone have any ideas? edited: figured out a solution mods can close this thread if they want
Sorry, you need to Log In to post a reply to this thread.