home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Game Fest 1994
/
gamefeststgcomputerlimited1994.iso
/
files
/
gamecard
/
patience
/
readme.bat
< prev
next >
Wrap
DOS Batch File
|
1993-02-10
|
6KB
|
73 lines
echo off
cls
echo ******************************************************************************
echo * *
echo * P·A·T·I·E·N·C·E 1·0 *
echo * solitaire card games v4.00 *
echo * PATIENCE 10 Copyright 1990-1993 David Cowles/CoCoWare All Rights Reserved *
echo * *
echo * PATIENCE 10 is marketed under the Shareware concept. That gives you a *
echo * chance to try this program before you pay for it. If you continue to use *
echo * it, you are expected to register by sending a registration fee of $10.00 *
echo * to CoCoWare at the following address: *
echo * ┌───────┐ *
echo * ────────────────────────────────────────────────│ ┤──────────────(R) *
echo * CoCoWare ┌───────┤ o │ *
echo * c/o David A. Cowles │ ┌─┴─────┐ │ Association of *
echo * P.O. Box 67623 │ o │ ┤─┘ Shareware *
echo * Topeka, KS 66667-0623 │ ╥ │ o │ Professionals *
echo * └───╨─│ ╥ │ *
echo * ──ASP Member──────────────────────────────────└───╨───┘─────────────────── *
echo * *
echo **************************************************************[CoCoWare]******
pause
cls
echo ******************************************************************************
echo * Installing PATIENCE 10 (floppy disk): *
echo * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ *
echo * PATIENCE 10 will run either from a hard disk or a floppy disk. Assuming *
echo * that the PATIENCE 10 distribution diskette is in drive A: and a blank *
echo * formatted diskette is in drive B:, you can install PATIENCE 10 onto a *
echo * floppy diskette by typing the following command (and pressing the [Enter] *
echo * key afterward): *
echo * *
echo * A:INSTALL B: *
echo * *
echo * Installing PATIENCE 10 (Hard disk): *
echo * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ *
echo * Assuming that the PATIENCE 10 distribution diskette is in drive A: and you *
echo * have a hard disk drive, you may install PATIENCE 10 onto your hard disk by *
echo * typing the following command (and pressing [Enter] afterward): *
echo * *
echo * A:INSTALL *
echo * *
echo * The installation utility will use a default destination of C:\PATIENCE. *
echo * This destination can be changed once inside the install program. *
echo * *
echo **************************************************************[CoCoWare]******
pause
cls
echo ******************************************************************************
echo * *
echo * Once PATIENCE 10 has been installed, you may print the documentation by *
echo * entering the following command: *
echo * COPY PATIENCE.DOC PRN *
echo * *
echo * To print a registration form, enter the following command: *
echo * COPY REGISTER.DOC PRN *
echo * *
echo * To start the PATIENCE 10 games, enter the following command: *
echo * PATIENCE *
echo * ┌───────┐ *
echo * ────────────────────────────────────────────────│ ┤──────────────(R) *
echo * CoCoWare ┌───────┤ o │ *
echo * c/o David A. Cowles │ ┌─┴─────┐ │ Association of *
echo * P.O. Box 67623 │ o │ ┤─┘ Shareware *
echo * Topeka, KS 66667-0623 │ ╥ │ o │ Professionals *
echo * └───╨─│ ╥ │ *
echo * ──ASP Member──────────────────────────────────└───╨───┘─────────────────── *
echo * *
echo * PATIENCE 10 Copyright 1990-1993 David Cowles/CoCoWare All Rights Reserved *
echo * *
echo ***[END]******************************************************[CoCoWare]******