home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS - Coast to Coast / simteldosarchivecoasttocoast2.iso / asmutil / 80x0393.zip / DIALER.DOC < prev    next >
Text File  |  1992-09-30  |  1KB  |  37 lines

  1. By: Inbar Raz
  2. Re: Resident dialer
  3. ----------------------------------------------------------------------
  4.  
  5. Hello everyone.
  6.  
  7. Here is a little,  but great program I once wrote.  This is a resident 
  8. background dialer for the modem.  What you do is hit SysReq,  dial the 
  9. number you wish to call using either the  numeric  pad or the ordinary 
  10. digits, press Enter, and the modem dials the number.  Now you have two 
  11. possibilities:
  12.  
  13. 1. If you are calling someone voice,  you pick up the  phone and press 
  14.    any key except for  ESC.  The  modem hangs up and the  phone is  in 
  15.    charge.
  16.  
  17. 2. If you are trying to access a modem, you press ESC, and the program
  18.    returns control to the system,  without hanging the modem up.  This 
  19.    way you can go to your telecomm. program and run it, such as 'TELIX 
  20.    O', ('O' to NOT init.).
  21.  
  22. The program is in very basic assembly,  and it was written quite  some 
  23. time ago, so don't expect to much of the source.
  24.  
  25. = IMPORTANT =
  26.  
  27. Don't forget to setup the program.  It is currently  set to work  with 
  28. COM2. If your modem is on another COM  port,  simple change  the  Port 
  29. definition to the appropriate - COM1 = 0, COM2 = 1 etc.
  30.  
  31. Anopther thing is the dialing prefix. If your modem or phone line does 
  32. not support TONE dial, change the 'T' in DialPre1 to 'D'.
  33.  
  34. Enjoy. Any comments will be gladly accepted.
  35.  
  36. Inbar Raz
  37.