Return to Snippet

Revision: 10565
at January 4, 2009 19:55 by archlight


Initial Code
for %%f in (*.pdf) do call :process %%f
:process
for /f %%v in ('"perl des.pl %1 %modelname%"') do set num=%%v

//pass each filename as argument to perl script to process and return a value to be processed in batch

Initial URL


Initial Description


Initial Title
pass arguments to external program

Initial Tags


Initial Language
DOS Batch