home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Adventures in Heaven 2
/
adventuresinheaven2powergamesfordosandwindows.iso
/
dos
/
solitair
/
abroad10
/
readme.bat
< prev
next >
Wrap
DOS Batch File
|
1993-04-30
|
6KB
|
73 lines
echo off
cls
echo ******************************************************************************
echo * *
echo * P·A·T·I·E·N·C·E A·B·R·O·A·D *
echo * foreign solitaire card games v1.00 *
echo * PATIENCE ABROAD Copyright 1993 David Cowles/CoCoWare All Rights Reserved *
echo * *
echo * PATIENCE ABROAD 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 ABROAD (floppy disk): *
echo * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ *
echo * PATIENCE ABROAD will run either from a hard disk or a floppy disk. *
echo * Assuming that the PATIENCE ABROAD distribution diskette is in drive A: and *
echo * a blank formatted diskette is in drive B:, you can install PATIENCE ABROAD *
echo * onto a floppy diskette by typing the following command (and pressing the *
echo * [Enter] key afterward): *
echo * *
echo * A:INSTALL B: *
echo * *
echo * Installing PATIENCE ABROAD (Hard disk): *
echo * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ *
echo * Assuming that the PATIENCE ABROAD distribution diskette is in drive A: and *
echo * you have a hard disk drive, you may install PATIENCE ABROAD onto your hard *
echo * disk by typing the following command (and pressing [Enter] afterward): *
echo * *
echo * A:INSTALL *
echo * *
echo * The installation utility will use a default destination of C:\ABROAD. *
echo * This destination can be changed once inside the install program. *
echo * *
echo **************************************************************[CoCoWare]******
pause
cls
echo ******************************************************************************
echo * *
echo * Once PATIENCE ABROAD has been installed, you may print the documentation *
echo * by entering the following command: *
echo * COPY ABROAD.DOC PRN *
echo * *
echo * To print a registration form, enter the following command: *
echo * COPY REGISTER.DOC PRN *
echo * *
echo * To start the PATIENCE ABROAD games, enter the following command: *
echo * ABROAD *
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 ABROAD Copyright 1993 David Cowles/CoCoWare All Rights Reserved *
echo * *
echo ***[END]******************************************************[CoCoWare]******