Sha256: 84b407c8dff93b98db5fe270eee51f284d1c9354889191badeadc0b1e8f22be1
Contents?: true
Size: 260 Bytes
Versions: 17
Compression:
Stored size: 260 Bytes
Contents
:: batch file highlighting in Ace! @echo off CALL set var1=%cd% echo unhide everything in %var1%! :: FOR loop in bat is super strange! FOR /f "tokens=*" %%G IN ('dir /A:D /b') DO ( echo %var1%%%G attrib -r -a -h -s "%var1%%%G" /D /S ) pause REM that's all
Version data entries
17 entries across 17 versions & 1 rubygems