4 lines
67 B
Batchfile
4 lines
67 B
Batchfile
|
@ECHO off
|
||
|
cscript "%LOGTALKUSER%\xml\lgt2pdf.js" %1 %2 %3
|
||
|
@ECHO on
|