home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / o / os2phone.zip / READ.ME < prev    next >
Text File  |  1993-02-21  |  3KB  |  74 lines

  1. Phone.cmd is A REXX program which provides a Phone Dialer from
  2. OS/2's PM.
  3.  
  4. To use it you must have VREXX2 installed and a copy of VREXX2
  5. is included in the Phone ZIP file.  VREXX2 is of more value then
  6. the Phone.cmd, and I wrote Phone simply to try out VREXX2.  Glad I
  7. did and tip my hat to the author of VREXX2.
  8.  
  9. Phone.cmd is placed in the public domaine.  You may do whatever
  10. wish with it, but I accept no responsibility for anything it may
  11. do to you, your computer, or any other program.  It works on
  12. my machine, and I hope it works on yours, but you use it at your
  13. own risk.
  14.  
  15. If you make some improvements in Phone please upload the improved
  16. version on the IBM Board, or CRS so I may use it too.
  17.  
  18. To intall Phone simply copy Phone.cmd and Phone#.doc to any
  19. convenient directory on your hard disk, then invoke it from the
  20. command line by typing Phone.  You may also create an immage
  21. of the Phone Icon on the PM, then invoke it by double clicking
  22. the icon.
  23.  
  24. When you invoke Phone a SELECT PHONE ACTION Box appears giving
  25. the following choices.
  26.  
  27. Dial a Number
  28. Add a Number
  29. Edit a Phone List
  30. Sort a Phone List
  31. Quit this Program
  32.  
  33. Select a choice and click OK.
  34.  
  35. DIAL A NUMBER invokes a box containing the Phone List. Select the
  36. number you wish to dial then click OK or press return.  Provided
  37. you modem is connected and on the number will be dialed, and
  38. another box pops up indicating the number being dialed, and
  39. telling you to hang up the modem after the phone rings once.
  40.  
  41. The command is set up for a Hayes compatable modem on COM2.
  42. If your modem is not on COM2. then you will need to change
  43. COM2 in line 4 of the PHONE.CMD to COM1 or whatever COM your
  44. modem is on. If your Modem is not Hayes compatible then you
  45. will have to change the Dial and Hang up strings in lines 6 and
  46. 7 of the PHONE.CMD to strings your Modem accepts.
  47.  
  48. ADD A NUMBER provides a box to allow you to add a number to
  49. your phone list.  Just erase the example shown and enter the
  50. the new number then click OK. The entry must be made as follows:
  51.  
  52. Two words i.e. two characters or lists of characters separated by
  53. a space such as a persons first and last names, then a space, then
  54. the phone number without spaces between the segemnts of the phone 
  55. number, then another space, then any comment about the number you
  56. wish to record. The first entry 000 000 000 must be left as is. To
  57. escape the Select a Number box without dialing a number select
  58. the 000 000 000 entry and click OK; this returns you to Select
  59. a Phone Action Box.
  60.  
  61. EDIT A PHONE LIST simply invokes EPM with the phone list loaded
  62. and you may edit it as you would any other text file, but keep
  63. the word order and spaces as given above.
  64.  
  65. SORT A PHONE LIST sorts the phone list in alphabetical order.
  66.  
  67. QUIT ends the program.
  68.  
  69.  
  70.  
  71.  
  72.  
  73.  
  74.