home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / jsage / znode3 / uploads / dialer.lbr / BALANCE.SZC / BALANCE.SRC
Encoding:
Text File  |  1991-07-23  |  896 b   |  18 lines

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