3 lines
50 B
Batchfile
3 lines
50 B
Batchfile
@echo off
|
|
for /D %%d in (*) do call _d2.bat %%d
|
@echo off
|
|
for /D %%d in (*) do call _d2.bat %%d
|