4 lines
74 B
Batchfile
4 lines
74 B
Batchfile
@echo off
|
|
cd \oleauto\%1
|
|
for %%a in (*.*) do call \oleauto\chkfile %1 %%a
|