home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 16 / 16.iso / t / t172 / 1.img / STACINI.BAT < prev    next >
Encoding:
DOS Batch File  |  1993-05-19  |  490 b   |  25 lines

  1. @ECHO OFF
  2. CLS
  3. REM  STACINI.BAT - Version 3.10.103
  4. ECHO.
  5. ECHO STACINI
  6. ECHO.
  7. ECHO This program will edit the STACKER.INI file in the root directory of the 
  8. ECHO drive specified.
  9. ECHO.
  10. IF "%1"=="" GOTO DRVLTR
  11. PAUSE
  12. ATTRIB -R -S -H %1\STACKER.INI
  13. ED %1\STACKER.INI
  14. ATTRIB +R +S +H %1\STACKER.INI
  15. ECHO.
  16. GOTO END
  17.  
  18. :DRVLTR
  19. ECHO Please retype the command followed by the drive letter where the
  20. ECHO STACKER.INI file is located.  For example, STACINI C:
  21. ECHO.
  22. GOTO END
  23.  
  24. :END
  25.