Guest User

Untitled

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