home *** CD-ROM | disk | FTP | other *** search
- @echo off
- echo off
- cls
- echo ╔═───────────────────────────────────────═╗
- echo │ ·■· WComp installation batch program ·■·│
- echo ╚═───────────────────────────────────────═╝
- echo.
- echo By using the WCOMP package you agree with the license agreement.
- echo Press Ctrl-C to abort this installation batch file, or
- pause
- echo.
- echo Copying WComp.Ini , WComp.Ext to C:\
- echo.
- copy wcomp.ini c:\>nul
- copy wcomp.ext c:\>nul
- engdoc.exe
- del engdoc.exe>nul
- cls
- echo.
- echo ╔═───────────────────────────────═╗
- echo │ ·■· WComp Integrity Checking ·■·│
- echo ╚═───────────────────────────────═╝
- echo.
- wcontrol -c
- echo.
- echo ·──══ To start using WComp write 'wcomp' ══──·
- echo ░▒▓ Enjoy! ░▒▓
-
- :end
-