Mar 9, 2006 #1 jackforceus Programmer Joined Apr 4, 2003 Messages 9 Location US If I want to pass the Field1 and Field2 of the output card in the Batch Command, how do I do it. can I call it like 'script1 Field1 Field2'?
If I want to pass the Field1 and Field2 of the output card in the Batch Command, how do I do it. can I call it like 'script1 Field1 Field2'?
Mar 9, 2006 Thread starter #2 jackforceus Programmer Joined Apr 4, 2003 Messages 9 Location US If I want to call the script from the rule itself,How do I do it? Note: The script has to be called with 2 parameters Field1 and Field2 Upvote 0 Downvote
If I want to call the script from the rule itself,How do I do it? Note: The script has to be called with 2 parameters Field1 and Field2
Mar 9, 2006 #3 janhes Technical User Joined Jan 30, 2001 Messages 537 Location GB =put("BAT","batchfile.bat Field1 Field2"," ") Upvote 0 Downvote
Mar 9, 2006 #4 BocaBurger Vendor Joined Feb 5, 2004 Messages 1,164 Location US Remember, PUT has almost no error handling. When using Batch in the target of a card, the values in the card are sent to the adapter. BocaBurger <===========================||////////////////|0 The pen is mightier than the sword, but the sword hurts more! Upvote 0 Downvote
Remember, PUT has almost no error handling. When using Batch in the target of a card, the values in the card are sent to the adapter. BocaBurger <===========================||////////////////|0 The pen is mightier than the sword, but the sword hurts more!