;"Source" for ZCPR3 alias BALANCE.COM, uses DIALER to get bank ;account balance through bank's touch-tone voice response system. ;Just replace the dummy dialing strings with whatever will work ;with your access card and your bank's response setup. ;Use of SW and SAK is specific to the ON! computer and should be ;deleted or commented out for other use with other systems. ;The alias can be "compiled" from this file with the TXTALIAS ;utility. Bruce Morgen, July 23, 1991 sw pa on ; Modem on (ON! utility SW.COM) dialer 18005555555&2&000000000000000000#&00#&1#&1# ; Dial sequences ; ^ ^ ^ ^ ^ ^ ; | prompted | PIN | prompted ; bank number card number prompted sak /p5 ; Make sure modem stays on long enough sw pa ; Modem off (SW's toggle mode) ;END