I need to take the same line of text from the captured text file and move it to new file. The line is an address that changes each time but it is in the same place in the capture file every time. Capture file looks like this:
Loc: 1305 W Strasburg Rd,
I need 1305 W Strasburg Rd only this...
I am running three different pc's all running win2k and they all are running Procomm 4.8 in the data mode. They are taking calls from the same source and all are getting the same error messages! "TAPI Operation Failed" Has anyone had this trouble I have changed modems the whole bit...
I am running three different pc's all running win2k and they all are running Procomm 4.8 in the data mode. They are taking calls from the same source and all are getting the same error messages! "TAPI Operation Failed" Has anyone had this trouble I have changed modems the whole bit...
I have a few small programs that I will like to run in system and not desktop so they can't be turned off by accident.Can this be done or is there software that will do this for me?
Thanks
Glenn
I need a batch file for win2k pro to print a text file.
I can go into cmd.exe and use print /d:LPT1 c:\911\wbfc.txt
and it works fine but can't make it work from .bat file. Thanks for your help!
Glenn
Here is the script I am using now Thanks to Knob!! It works great.
proc main
when $CARRIER call check_carrier
while 1
yield
endwhile
endproc
proc check_carrier
set capture overwrite on
capture on
if $CARRIER == 0
capture off...
After capturing info to file I need to look at the file. If a key word is found then a few lines of text will need
to be moved to a new file.There are 3 key words to look for, but there will only be one per capture. It will also be the same lines of text for each key word as well.
Thanks
Glenn
I am running the following script and I now need procomm to hang up modem after 30 sec of connect time. Does not matter what the connecting caller is doing. I recieve data
from the same place everytime but they are setup to stay connected for 57 sec. I need to disconneced in 30 sec or less. It...
Hank
The following is the script I made, What do you think of it? The first part under Main Proc works great. Now I need to pull off these 4 lines and put in wbfc.txt file. It needs to overwrite the file each time. Tx for help I am new at Procomm so have to feel my way along...
proc main...
This looks like what I need to do as well. I am not sure were in the string you define what text to remove to 2nd capture file? Also can I run this inside the script I am already running to capture the 1st file?
I need procomm to capture the screen text everytime there is a dial in connection. So I need capture to turn on when connection in made and turn off when dissconnected so file will save. I have tryed may scripts but can't seem to get one to turn capture on.
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.