Jump to content

how do i tidy this bat file?


Recommended Posts

Posted (edited)
rd /s /q a:\recycler
rd /s /q b:\recycler
rd /s /q c:\recycler
rd /s /q d:\recycler
rd /s /q e:\recycler
rd /s /q f:\recycler
rd /s /q g:\recycler
rd /s /q h:\recycler
rd /s /q i:\recycler
rd /s /q j:\recycler
rd /s /q k:\recycler
rd /s /q l:\recycler
rd /s /q m:\recycler
rd /s /q n:\recycler
rd /s /q o:\recycler
rd /s /q p:\recycler
rd /s /q q:\recycler
rd /s /q r:\recycler
rd /s /q s:\recycler
rd /s /q t:\recycler
rd /s /q u:\recycler
rd /s /q v:\recycler
rd /s /q w:\recycler
rd /s /q x:\recycler
rd /s /q y:\recycler
rd /s /q z:\recycler

Edited by bledd

Posted

I think that would be...

FOR %%i IN (A B C D E F G H I J K L M N O P Q R S T U V W X Y Z) DO RD /S /Q %%i\recycler

I basically just pulled that one from my RunOnceEx files and edited it to your needs...

Hope this helps! :)

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...