Help!
We receive bank data from three banks.
Well one of them decided to change their logon steps.
I have been able to handle all previous changes with no problems.
This one really has me stumped!!!!
Here is goes!
This is the first put of the captured screen file:
_________________________________________________________
Procomm Plus Ready!
X0ocomm Plus Ready!
7
$ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $
$ $ $ $ $ $ $ $ $ $ $ $ $ $ $
$ $ $ $ $ $ $ $ $ $ $ $ $
$ $ $ $ $ $ $ $ $ $ $ $ $
$ $ $ $ $ $ $ $ $ $
$ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $
$ $ $ $ $ $ $ $ $ $ $ $
$ $ $ $ $ $ $ $ $ $ $ $ $ $ $
$ $ $ $ $ $ $ $ $ $ $ $ $ $
$ $ $ $ $ $ $ $ $ $ $ $ $ $ $
$ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $
W E L C O M E T O
I N F O A C C E S S
System/32, VOS Release 14.2.1GA.aa, Module %bbt#m1
Please login 11:47:32
____________________________________________________________________
I recorded my steps. Here is that script
____________________________________________________________________
;Recorded script. Editing may be required.
proc main
transmit "^M^M"
endproc
____________________________________________________________________
So I put the " transmit "^M^M" " line in the original script and it just sits there.
If I hit the {Enter} key twice. The original script takes off just fine.
Here is the first part of the original script:
_____________________________________________________________________
proc main
Initstart()
GetData()
Done()
endproc
proc Initstart
set modem connection "U.S. Robotics 56K Voice INT PnP"
Set xmodem overwrite ON
Set Port Parity Odd
Set capture autostart ON
Set Capture Overwrite On
Set capture recordmode SCREEN
Set Capture file "BAIbbt.txt"
Set terminal rxcr CR_LF
Set duplex full
clear
locate 0 0
Endproc
proc Getdata
dialnumber DATA "18004477409"
while $DIALING
endwhile
if $CARRIER
transmit "^M^M"
_______________________________________________________________
Thank you
We receive bank data from three banks.
Well one of them decided to change their logon steps.
I have been able to handle all previous changes with no problems.
This one really has me stumped!!!!
Here is goes!
This is the first put of the captured screen file:
_________________________________________________________
Procomm Plus Ready!
X0ocomm Plus Ready!
7
$ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $
$ $ $ $ $ $ $ $ $ $ $ $ $ $ $
$ $ $ $ $ $ $ $ $ $ $ $ $
$ $ $ $ $ $ $ $ $ $ $ $ $
$ $ $ $ $ $ $ $ $ $
$ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $
$ $ $ $ $ $ $ $ $ $ $ $
$ $ $ $ $ $ $ $ $ $ $ $ $ $ $
$ $ $ $ $ $ $ $ $ $ $ $ $ $
$ $ $ $ $ $ $ $ $ $ $ $ $ $ $
$ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $
W E L C O M E T O
I N F O A C C E S S
System/32, VOS Release 14.2.1GA.aa, Module %bbt#m1
Please login 11:47:32
____________________________________________________________________
I recorded my steps. Here is that script
____________________________________________________________________
;Recorded script. Editing may be required.
proc main
transmit "^M^M"
endproc
____________________________________________________________________
So I put the " transmit "^M^M" " line in the original script and it just sits there.
If I hit the {Enter} key twice. The original script takes off just fine.
Here is the first part of the original script:
_____________________________________________________________________
proc main
Initstart()
GetData()
Done()
endproc
proc Initstart
set modem connection "U.S. Robotics 56K Voice INT PnP"
Set xmodem overwrite ON
Set Port Parity Odd
Set capture autostart ON
Set Capture Overwrite On
Set capture recordmode SCREEN
Set Capture file "BAIbbt.txt"
Set terminal rxcr CR_LF
Set duplex full
clear
locate 0 0
Endproc
proc Getdata
dialnumber DATA "18004477409"
while $DIALING
endwhile
if $CARRIER
transmit "^M^M"
_______________________________________________________________
Thank you