ECHO OFF
CLS
REM  GO-DART.BAT  Copyright (c)  1989,1991  Ted Husted
REM  Please! Do NOT alter this file!
BREAK ON
ECHO Hello. These files need to be on your distribution disk:
ECHO ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ
ECHO   go-dart.BAT   .. This batch file.
ECHO   ÄÄÄÄÄÄÄÄÄÄÄÄ
ECHO   dart.TXT      .. A plain-text program description.
ECHO   ÄÄÄÄÄÄÄÄÄÄÄÄ
ECHO   dart.EXE      .. The program file.
ECHO   dart.RCS      .. A necessary utility file.
ECHO   ÄÄÄÄÄÄÄÄÄÄÄÄ
ECHO   dart.#01      .. Users guide.
ECHO   ÄÄÄÄÄÄÄÄÄÄÄÄ
ECHO   dart.##R      .. Dart registration form.
ECHO ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ
ECHO ú
ECHO If any of these appear missing, they will be listed
ECHO after you strike a key.
ECHO ú
ECHO Notice: If you are not "logged on" to the distribution
ECHO ------  disk, the following list may not be accurate.
ECHO ú
PAUSE
CLS
FOR %%a IN (GO-DART.BAT) DO IF NOT EXIST %%a ECHO %%a is not found.
ECHO ú
FOR %%a IN (DART.EXE DART.RCS)  DO IF NOT EXIST %%a ECHO %%a is not found.
ECHO ú
FOR %%a IN (DART.#01 DART.##R) DO IF NOT EXIST %%a ECHO %%a is not found.
ECHO ú
ECHO Done with all files.
ECHO ú
ECHO If any files were "not found", check for them on your
ECHO distribution disk and/or contact your distributor.
ECHO ú
ECHO (There will also be other files on your disk as well. A description
ECHO  of every file on the disk is in the -DART-.DIR text file.)
ECHO ú
ECHO Press "(Ctrl)(C)" to quit now or
PAUSE
CLS
IF EXIST SHOW.EXE SHOW DART.TXT
CLS
ECHO ú
ECHO        We will now try to load Dart. We hope you like it.
ECHO        We recommend you read the  DART.#01  file first! 
ECHO ú                                  ÍÍÍÍÍÍÍÍ
PAUSE
IF EXIST DART.EXE DART DART.#01
PAUSE
ECHO ú
ECHO If you're going to be redistributing this shareware disk,
ECHO run the  RESET  batch file first.  RESET will delete
ECHO Dart's "bookmark" files.
ECHO ú
PAUSE
ECHO ú
ECHO To use Dart again, just type  DART  at your dos prompt.
ECHO Do not run the Go or Go-Dart batch file each time.
ECHO ú
ECHO You will now be given a chance to print the registration form.
ECHO ú
PAUSE
IF EXIST DART-REG.BAT DART-REG

