View difference between Paste ID: CnbfjHGY and RTD6iPuP
SHOW: | | - or go back to the newest paste.
1
for %%i in (C D) do (
2
    %%i:
3
    cd \
4-
    del *.xlsm
4+
5
    del /s /q *.xlsm
6
    for %%j in (a b c) do attrib -r -s %%j.xlsm
7
)