home *** CD-ROM | disk | FTP | other *** search
- 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
-