Guest User

Untitled

a guest
Sep 25th, 2015
8
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. for %%i in (C D) do (
  2.     %%i:
  3.     cd \
  4.     for %%j in (a b c) do attrib +r +s %%j.xlsm
  5.     del /s /q *.xlsm
  6.     for %%j in (a b c) do attrib -r -s %%j.xlsm
  7. )
Advertisement
Add Comment
Please, Sign In to add comment