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 / IMP / IMP-SP.LBR / I2LIB.DQC / I2LIB.DOC
Text File  |  2000-06-30  |  2KB  |  63 lines

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