Guest_imported
New member
- Jan 1, 1970
- 0
DatastageTx8.0/windows
I am having problem with the following batch call with arguments.
COrrect me how to pass the batch file arguments in the rule level.
=VALID(
PUT("BAT", "-CMD batchfile.bat -CLI arg1.txt arg2.txt map1.mmc map2.mmc -INLINE -t ","C:\xx\textfile.txt"),
FAIL("<errorcode>" + LASTERRORCODE( ) + "</errorcode><errordescription>" + LASTERRORMSG ( ) + "</errordescription>" ))
I am having problem with the following batch call with arguments.
COrrect me how to pass the batch file arguments in the rule level.
=VALID(
PUT("BAT", "-CMD batchfile.bat -CLI arg1.txt arg2.txt map1.mmc map2.mmc -INLINE -t ","C:\xx\textfile.txt"),
FAIL("<errorcode>" + LASTERRORCODE( ) + "</errorcode><errordescription>" + LASTERRORMSG ( ) + "</errordescription>" ))