home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
1,000 Best Games for Windows
/
1000BestGamesForWindows.iso
/
sharewarefin
/
FUNCRD13.ZIP
/
READ_ME.BAT
< prev
next >
Wrap
DOS Batch File
|
1997-04-01
|
427b
|
13 lines
echo off
cls
rem This batch file provides a simple way to read about the product:
rem FUNCRD13 Hearts, Spades, Cribbage and Go Fish., v1.3
rem The information you want to read is in the file VENDINFO.DIZ.
rem If you prefer, you can read it using any ordinary text viewer.
rem For example, if the LIST viewer is in your DOS path, you would
rem use the command 'LIST VENDINFO.DIZ'.
more < VENDINFO.DIZ
pause