Sorry Knob, I should have thought.
The marco reader I wrote myself. It and the marco are located at:
C:\Program files\My Marcos\Marco\Qwest_Test1.mac
I launch this after Procomm saves the capture file (pw01.cap as example) on the LAN.
This is then opened, copied and transferred by the macro...
Thank you for the quick response Knob. I guess I should have provided my script, its a simple capture on/off I wrote:
proc main
while 1
if $carrier
capture on
transmit "^M"
transmit "password^M"
while $carrier
yield
endwhile
capture off
pause 1
endif
endwhile
endproc
This captures a file and...
I'm new to script writing, I've made a script for capturing a file. I would like to now launch a keyboard script currently on my "C" drive to continue the process. Help please...
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.