3 lines
57 B
Batchfile
3 lines
57 B
Batchfile
@echo off
|
|
for %%i in (*.enc) do call testenc.cmd %%~ni
|
@echo off
|
|
for %%i in (*.enc) do call testenc.cmd %%~ni
|