home *** CD-ROM | disk | FTP | other *** search
/ Master Visual C++ 1.5 / MASTERVC15.ISO / vcprog / vcprog.bat < prev   
Encoding:
DOS Batch File  |  1994-03-06  |  368 b   |  17 lines

  1. @ECHO OFF
  2.  
  3. CLS
  4.  
  5. ECHO ****************************************************
  6. ECHO * This batch file removes the read-only attribute  *
  7. ECHO * from all the files in the \VCPROG directory, and *
  8. ECHO * all its subdirectories.                          *
  9. ECHO ****************************************************
  10. ECHO.
  11. ECHO.
  12.  
  13. PAUSE
  14.  
  15. @ECHO ON
  16. ATTRIB -R *.* /S
  17.