Menu

#10 Send multiple files

v1.0 (example)
accepted
nobody
None
7
2015-05-23
2008-01-23
No

Hi,

I would like to know how to send multiples files at the same time (using command line)

Thanks,
Sam

Discussion

  • Samuel Denis D'Ortun

    • priority: 5 --> 7
     
  • Simon Bridger

    Simon Bridger - 2008-03-12

    Logged In: YES
    user_id=138887
    Originator: NO

    Use a batch file, and use the FIRST commandline option to send subsequent commands to the first instance.
    Note that when this becomes complicated you are better to move to using windows scripting files eg javascript or vbscript, and controlling Realterm through the ActiveX interface.

     
  • Samuel Denis D'Ortun

    Logged In: YES
    user_id=846649
    Originator: YES

    Is there a way to send commands to a specific instance of RealTerm ? eg: by processs ID ?

    I would need to send command to multiples Realterm that are running at the same time.

    Thanks,
    Sam

     
  • Simon Bridger

    Simon Bridger - 2008-03-12

    Logged In: YES
    user_id=138887
    Originator: NO

    Shift to using the activeX interface, you get a handle for each instance as you crate it, and you have better control.
    Windows scripting is actually pretty good - better than batch files!

     
  • Simon Bridger

    Simon Bridger - 2014-05-26

    The command line interface (sending to FIRST) sends to the realterm with the same CAPTION / Window Title.

    So if you have several Realterms with different CAPTION, you can control them separately:
    So start two different copies of RT...
    realterm caption="Realterm #1"
    realterm caption="Realterm #2"
    and talk to them separately....
    realterm caption="Realterm #1" FIRST DTR=1
    realterm caption="Realterm #2" FIRST DTR=0

     
  • Simon Bridger

    Simon Bridger - 2014-05-26
    • status: open --> accepted
    • Group: --> v1.0 (example)
     
  • Simon Bridger

    Simon Bridger - 2015-05-23

    Problems with sending to first instance in Win7 resolved in V3.0.0.24.
    See help realterm.sf.net

     

Log in to post a comment.