Page 1 of 1

Batch File & Shell Script Adapters

Posted: Tue Mar 07, 2006 2:22 am
by ysweec
Hi,

I have problem on how to pass the parameter for a batch file using Batch File & Shell Script Adapters in Run function?
e.g.

RUN("TEST.1.1.1.mmc",
ECHOIN ( 1, PACKAGE(File)) +
"-OABAT1 " + "'-CMD test.bat " +
" -TRACEV" + "'")

Many Thanks,
ysweec

Posted: Tue Mar 07, 2006 3:43 am
by janhess
=RUN("TEST.1.1.1.mmc",
ECHOIN ( 1, PACKAGE(File)) +
" -OABAT1 '-cmd test.bat" +
" -TRACEV'")