home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR8 / GLEDIT24.ZIP / GLEDIT.V24 < prev    next >
Text File  |  1993-07-15  |  882b  |  20 lines

  1. Modifications for version 2.4 of GLEDIT:
  2.  
  3. 1.  Added the ability to abort searching at any time by pressing the ESC
  4.     key, rather than having to use BREAK.
  5.  
  6. 2.  If the directory was specified in the search file specification, the 
  7.     current directory was searched rather than the specified directory.  
  8.     This has been fixed.
  9.  
  10. 3.  Due to user request, the following DOS ERRORLEVEL return codes are now
  11.     returned from GLEDIT:
  12.  
  13.     0   - One or more matches found.  Replaced or not replaced has no bearing.
  14.     1   - No matches found in any files searched.
  15.     2   - No files found matching the search file specification.
  16.     3   - Invalid path specified in serach file specification.
  17.     4   - Directory recursion error.  Please report to Parity Solutions.
  18.           Should never happen.
  19.     255 - User abort.  ESC key pressed.  Does not detect BREAK key.
  20.