home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS 1992 June / SIMTEL_0692.cdr / msdos / dirutl / icd22.arc / ICD.DOC next >
Encoding:
Text File  |  1988-08-21  |  3.1 KB  |  67 lines

  1. PURPOSE
  2.  
  3.     The purpose of this program is to serve as an interactive equivalent of
  4.     the DOS change directory (CD) command.
  5.  
  6. INSTALLATION
  7.  
  8.     Copy the file ICD.EXE into any directory which has been included in your
  9.     PATH (or SET PATH) statement or define ICD as an alias command if you use
  10.     dosedit or a similar program.
  11.     
  12. INVOCATION
  13.  
  14.     Simply type ICD.  
  15.  
  16. OPERATION
  17.  
  18.     The best way to learn to operate this program is by running it, but for
  19.     the sake of completeness operating instruction follow.  
  20.  
  21.     Upon invocation, the program will open two windows on the screen.  The
  22.     left window will display the path to the current directory.  The right
  23.     window will display a list of directories.  This list includes the
  24.     subdirectories of the current directory.  If the current directory is not
  25.     the root directory, this list will also include the current directory's
  26.     father directory which will appear in the list as "..".  
  27.  
  28.     One of the listed directories will be emphasized by being displayed in
  29.     inverse video. The program enables this emphasis to be moved thoughout
  30.     the list of directories by means of the following keys:
  31.  
  32.        o   Up Arrow   - Moves the emphasis to the directory which is one above
  33.                         the directory which is currently emphasized.
  34.        o   Down Arrow - Moves the emphasis to the directory which is one below
  35.                         the directory which is currently emphasized.
  36.        o   Home       - Moves the emphasis to the first directory in the list.
  37.        o   End        - Moves the emphasis to the last directory in the list.
  38.        o   Other Keys - Moves the emphasis to the first directory whose name
  39.                         begins with the key which has been pressed.
  40.  
  41.    The following two keys are also supported by this program:
  42.  
  43.       o  Enter  - Sets the current directory to be the directory which is
  44.                   emphasized and restarts the program.
  45.       o  Escape - Exit this program and return to the DOS prompt.
  46.  
  47. SALES PITCH
  48.  
  49.     This program is distributed as shareware.  Feel free to make copies of
  50.     this program and to upload it to BBSs.  
  51.  
  52.     If you find this program useful, a letter including the following items
  53.     will greatly encourage further program development: 
  54.                                                                          
  55.        o  Your critical comments.                                        
  56.        o  Any reasonable renumeration ($0 - $10)                         
  57.        o  The program's name and version number.                         
  58.                                                                          
  59.    Make checks payable to:  Zvi Dershowitz                               
  60.                                                                          
  61.    and mail to:   Zvi Dershowitz                                      
  62.                   c/o Jacobs                                          
  63.                   711 Ave. J                                          
  64.                   Brooklyn, NY 11230                                  
  65.  
  66.    Comments are e-mailable to DERSOWIT@BIMACS.BITNET
  67.