跳至主內容

搜尋

搜尋

Commander Script In Idocs

評論

2 條評論

  • Avatar
    Michael Toupin (mtoupin
    To configure Commander to work with an IDoc and Commander script, you have to pass two files, instead of the single one that you do when using a text file. One of the two files is your IDoc document, the other is a text file containing your script for processing.

    Using your Commander script example of:
    /AF=c:\command\command.btw /D=%Trigger File Name% /PRN="EasyCoder F4 (203 dpi)" /R=3 /P /DD

    The way to make this work with an IDoc is to simply change the database reference type from a text file to an IDoc file, in effect just changing the /D to a /IDOC and specify the filename of the IDoc, so the necessary change to your example would just be:
    /AF=c:\command\command.btw /IDOC="FILENAME" /PRN="EasyCoder F4 (203 dpi)" /R=3 /P /DD


    MikeT
    0
  • Avatar
    Legacy Poster
    Excellent! Thanks Mike, it works perfect.
    0

登入寫評論。