home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS - Coast to Coast / simteldosarchivecoasttocoast2.iso / modem / dialt1.zip / DIALTHAT.DOC < prev   
Text File  |  1990-09-23  |  2KB  |  62 lines

  1.  
  2. DialThat.com  v. 1.00
  3. =====================
  4.  
  5. (C) Copyright 1990 Roger Schlafly.
  6. All Rights Reserved.
  7.  
  8. How often do you look up a telephone number on your PC screen, and
  9. then manually dial it on your telephone?  If so, you can automate
  10. the process with DialThat.  DialThat is a resident program to read
  11. phone numbers on the screen and dial them thru a modem.
  12.  
  13. Load DialThat by typing DIALTHAT at the DOS prompt.  When you wish to
  14. dial a phone number on the screen, invoke DialThat by pressing Alt-D.
  15. The cursor will fatten, and you can use the arrow keys to position
  16. it on the screen.  When the cursor is at the beginning of a phone
  17. number, press Enter.  You should hear the modem dialing.  When it
  18. is finished dialing, pick up the telephone hand-set and press the
  19. space key to shut down (hang up) the modem.  The DialThat then
  20. relinquishes the phone line to your telephone and the PC to your
  21. application.
  22.  
  23. Permission is hereby granted for free personal (non-commercial)
  24. use of this program.  Others can register a license by sending
  25. $10 to the author.
  26.  
  27.  
  28. Technical Notes
  29. ---------------
  30. You can repeat the last call with Alt-R.
  31.  
  32. These options are available when loading DialThat.
  33.  
  34. /C
  35. Load with COMMAND.COM.  You can then unload DialThat by typing EXIT
  36. at the DOS prompt.  This option could use as much as 8K of RAM,
  37. depending on the DOS version.  Otherwise, DialThat only uses less than 2K.
  38.  
  39. /2
  40. Load assuming modem is on COM2.  Likewise /3 is for COM3, etc.
  41. The default port is COM1.
  42.  
  43. Assumes a Hayes-compatible modem is on a serial port.  Also, the
  44. phone line must accept tone dialing.
  45.  
  46. You can also abort a call with the Escape key.  The Home, End, PgUp,
  47. and PgDn keys move the cursor in reasonable ways.
  48.  
  49. A phone number is a contiguous string drawn from "1234567890,-()*#".
  50. Leading garbage is skipped.
  51.  
  52. Uses only interrupts 10h, 14h, 16h, and 21h.  Should be compatible with
  53. most PC hardware and software.
  54.  
  55. Author:
  56.     Roger Schlafly
  57.     PO Box 1680
  58.     Soquel, CA  95073
  59.     USA
  60.     phone: 408-476-3550
  61.     CIS: 76646,323
  62.