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