home *** CD-ROM | disk | FTP | other *** search
/ Autotech / Autotech.iso / install.bat < prev    next >
Encoding:
DOS Batch File  |  2005-10-30  |  335 b   |  9 lines

  1. copy /y %windir%\repair\autoexec.nt %windir%\system32
  2. attrib +r %windir%\system32\autoexec.nt
  3. copy /y %windir%\repair\config.nt %windir%\system32
  4. attrib +r %windir%\system32\config.nt
  5.  
  6. REM  %windir%  is an environment variable which typically is  c:\windows
  7. REM  attrib +r  sets the file attribute to read-only
  8. asetup06.exe
  9. cls