home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / dosutils / jumpdir.arj / README.JD < prev   
Encoding:
Text File  |  1992-01-30  |  1.6 KB  |  48 lines

  1.                            JD - Jump to Directory
  2.  
  3. Current version : 1.0
  4.  
  5. Author          : Rick Owen
  6.                   EG&G Idaho, Inc.
  7.                   PO Box 1625
  8.                   Idaho Falls, ID  83415-1609
  9.  
  10.                   (208) 526-6912
  11.  
  12. Description     :
  13.  
  14.         JD is a simple program.  It reads the argument passed on the command
  15.         line.  The argument is used as a key into JD.DAT.  If a record is
  16.         located with the same key as the argument JD changes directories (and
  17.         drives if necessary) to the drive and/or directory in the DirPath
  18.         field.  If no argument is provided JD lists all entries in the
  19.         database.
  20.  
  21.         JDMAINT is used to maintain the database file JD.DAT.  It is quite
  22.         self-explanatory.
  23.  
  24.         The files JD.DFL, JD.DAT, JD.IDX must all be located in the same
  25.         directory as the executable files JD.EXE and JDMAINT.EXE.
  26.  
  27.         JD.EXE and JDMAINT.EXE are written in Modula-2 using the SAGE
  28.         Development System which was developed by Ken Russell and Howard
  29.         Stewart of EG&G Idaho.
  30.  
  31.         My apologies to users with slow machines - I know for you it's faster
  32.         to just type the CD command than to use this utility.  I have an XT
  33.         at home with a 65ms hard drive and I don't use JD very often.
  34.  
  35.  
  36. Example         :
  37.         Assuming that you had already used JDMAINT to define the directory
  38.         name CSRC as D:\WORK\C\SOURCE you would enter
  39.  
  40.         jd csrc
  41.  
  42.         from the DOS command line to change directories to D:\WORK\C\SOURCE.
  43.  
  44.         To use JDMAINT enter
  45.  
  46.         jdmaint
  47.  
  48.         from the DOS command line.