home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1993 #2 / Image.iso / comm / zhint77.zip / MTDIR.A < prev    next >
Text File  |  1993-03-23  |  691b  |  31 lines

  1.      To  exceed the 200 entries in MTEZ you need to create  extra
  2. 'phone  books'. You will have to rename the MTEZ.DIR to create  a
  3. new  one.  I  suggest you use BAT files to do  this  quickly  and
  4. easily.   For Example:
  5.  
  6.  
  7. oldd.bat  (for OLD DIR ie:backup)
  8.  
  9. IF NOT EXIST %1.dir ren mtez.dir %1.dir
  10.  
  11.  
  12. newd.bat  (for NEW DIR ie: the MTEZ.DIR)
  13.  
  14. IF NOT EXIST mtez.dir ren %1.dir mtez.dir
  15.  
  16.  
  17. To call the bat to rename MTEZ.DIR to a 'backup' ONE.DIR (or TWO.DIR)
  18.  
  19. C:\MTEZ>oldd one
  20. C:\MTEZ>oldd two
  21.  
  22. To call & rename the 'backup' DIR to MTEZ.DIR
  23.  
  24. C:\MTEZ>newd one
  25. C:\MTEZ>newd two
  26.  
  27.  
  28.  
  29.                                    Don Hinds - Zoom Tech
  30. ##include=c:\text\signa.tif
  31.