Yeah, I should've been more clear about that :) The scripts run one at a time, since they are on a modem. Each script has its own capture file (there are 400+ running on several machines.)
The only problem with this approach is that when/if a script happens to hang (usually because of crappy...
I'm using the following code to capture the Procomm session while running an aspect script:
-------------------------------
set capture OVERWRITE ON
set capture recordmode FILTERED
set capture path <capturepath>
set capture file <filename>
capture ON
-------------------------------
It seems...
I'm wondering if it's possible to do the following with ASPECT:
I want to be able to transmit "something^M" to a remote host and wait for a response.
When the response comes, if WAITFOR is 'foo', I want to call function foo. If WAITFOR is 'bar', I want to call function bar. If WAITFOR...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.