home *** CD-ROM | disk | FTP | other *** search
/ Computer Installation Guide - Dragon Clan Series / CD2.iso / DOSTOOLS / WCOMP2 / INSTALL.BAT < prev    next >
Encoding:
DOS Batch File  |  1995-07-25  |  856 b   |  30 lines

  1. @echo off
  2. echo off
  3. cls         
  4. echo             ╔═───────────────────────────────────────═╗
  5. echo             │ ·■· WComp installation batch program ·■·│
  6. echo             ╚═───────────────────────────────────────═╝
  7. echo.
  8. echo By using the WCOMP package you agree with the license agreement.
  9. echo Press Ctrl-C to abort this installation batch file, or
  10. pause
  11. echo.
  12. echo Copying WComp.Ini , WComp.Ext to C:\
  13. echo.
  14. copy wcomp.ini c:\>nul
  15. copy wcomp.ext c:\>nul
  16. engdoc.exe
  17. del engdoc.exe>nul
  18. cls
  19. echo.
  20. echo                    ╔═───────────────────────────────═╗
  21. echo                    │ ·■· WComp Integrity Checking ·■·│
  22. echo                    ╚═───────────────────────────────═╝
  23. echo.
  24. wcontrol -c
  25. echo.
  26. echo             ·──══   To start using WComp write 'wcomp'   ══──·
  27. echo                               ░▒▓  Enjoy!  ░▒▓
  28.  
  29. :end
  30.