home *** CD-ROM | disk | FTP | other *** search
- @echo off
- echo Installing DBS Chess from floppy disc.
- echo.
- echo Please note that this program is SHAREWARE.
- echo You should delete the program within 30 days if you do not register
- echo as described in the README.TXT file.
- echo.
- if not "%2" == "" goto 1
- echo Please give the destination disc (e.g. C:) and the directory (e.g. DBSCHESS).
- echo E.g.
- echo A:INSTALL C: DBSCHESS
- echo would place the program, etc. in a new directory C:\DBSCHESS
- echo.
- echo (ignore references to -D in what appears later - the install process
- echo is providing this parameter for the unzipping process)
- echo on
- pause
- exit
-
- :1
- %1
- cd \
- md %2
- cd %2
- A:DBSZIP -D -N
- echo.
- pause
- type README.TXT |more
- pause