home *** CD-ROM | disk | FTP | other *** search
/ ftp.barnyard.co.uk / 2015.02.ftp.barnyard.co.uk.tar / ftp.barnyard.co.uk / cpm / walnut-creek-CDROM / CPM / MODEMS / MODEM7 / M7LIB.DOC < prev    next >
Text File  |  2000-06-30  |  2KB  |  69 lines

  1.  
  2. TOPIC : M7LIB program for changing MDM7xx phone numbers
  3.  
  4. FROM  : IRV HOFF W6FFC
  5.  
  6. DATE  : 03 MAR 84
  7.  
  8.  
  9.      M7LIB permits the user to quickly and very easily change the
  10. telephone numbers in the MDM7xx phone library.  It automatically
  11. finds the phone library in MDM7xx.COM, lists the library and then
  12. (after asking it if looks normal) displays a command line:
  13.  
  14.  
  15. CTL-C abort, <C>hange, <D>elete, <P>rint lib, <R>ead, <W>rite :
  16.  
  17.  
  18.      To change or alter any line (such as the "F" line), you would
  19.      then type:
  20.  
  21.  
  22. CTL-C abort, <C>hange, <D>elete, <P>rint lib, <R>ead, <W>rite : CF
  23.  
  24.  
  25.      The "C" would select "Change" and the "F" selects the line you
  26.      wish to change.
  27.  
  28.      This same technique would be used to delete any line that is no
  29.      longer needed.  Using  "DH" for example leaves the  "D=" but
  30.      clears the rest of the line.
  31.  
  32.  
  33.      Whenever you change any line, you must go completely to the last
  34.      column prior to the  <  at which time the new line is then added
  35.      automatically and the new listing displayed.  This sets a flag
  36.      so if you hit CTL-C to abort it will ask if you want to update
  37.      the file or abort with no changes.  You can also use "W" to write
  38.      the file to disk when finished with any changes.
  39.  
  40.  
  41. USING THE PROGRAM:
  42. -----------------
  43.  
  44.     This program works directly with the MDM7xx.COM file.  It
  45.     does not use or need the .ASM file at all.
  46.     
  47.      EXAMPLES:  A>M7LIB MDM7.COM <ret>        (1)
  48.                 A>M7LIB B:MDM7.COM <ret>    (2)
  49.                 B>A:M7LIB MDM7.COM <ret>    (3)
  50.         A>M7LIB MDM7.COM ABC.COM    (4)
  51.             B>A:M7LIB B:MDM7.COM C:ABC.COM    (5)
  52.  
  53.     1) works only with the original file, altering it
  54.     2) the file can be on any selected disk
  55.     3) similar to (2) but M7LIB.COM is on another disk
  56.     4) if a 2nd file is named, it receives the changes
  57.     5) any of the files can be on any selected disk
  58.  
  59.  
  60. NOTE:   Using M7LIB.COM to alter the telephone number library is
  61.     surprisingly simple and fast.  It does not however allow
  62.     setting or resetting codes for SPRINT, MCI, etc.  To do
  63.     that you would need to use M7NM-x.ASM.  (This also allows
  64.     extensive changing with your editor, such as adding or
  65.     removing the "1-" that is required in some areas for long
  66.     distance dialing, etc.
  67.                     - Irv Hoff
  68.  
  69.