home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
HAM Radio 1
/
HamRadio.cdr
/
exam
/
advexams
/
showme.bat
< prev
next >
Wrap
DOS Batch File
|
1989-11-13
|
8KB
|
155 lines
echo off
cls
echo █████████████████████████████████████████████████████████████████████
echo ██▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓██
echo ██▓▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▓██
echo ██▓▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▓██
echo ██▓▒░┌─────────────────────────────────────────────────────────┐░▒▓██
echo ██▓▒░│ SEESE COMPUTER OUTLET Shareware at Affordable Prices │░▒▓██
echo ██▓▒░├─────────────────────────────────────────────────────────┤░▒▓██
echo ██▓▒░│ Only the BEST Public Domain & Shareware Software │░▒▓██
echo ██▓▒░│ For The IBM PC/XT/AT & Compatible Computers │░▒▓██
echo ██▓▒░│ │░▒▓██
echo ██▓▒░│ SEESE COMPUTER OUTLET │░▒▓██
echo ██▓▒░│ Piazza Plaza (Cranberry Twp) │░▒▓██
echo ██▓▒░│ 20550 Rt. 19 │░▒▓██
echo ██▓▒░│ Evans City, PA 16033 │░▒▓██
echo ██▓▒░│ Phone (412) 772-2855 │░▒▓██
echo ██▓▒░│ │░▒▓██
echo ██▓▒░└----------------------------------------------------- ┘░▒▓██
echo ██▓▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▓██
echo ██▓▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▓██
echo ██▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓██
echo █████████████████████████████████████████████████████████████████████
echo.
pause
cls
echo ╔═════════════════════════════════════════════════════════════════════════════╗
echo ║ THANK YOU for purchasing a disk from SEESE COMPUTER OUTLET ║
echo ╚═════════════════════════════════════════════════════════════════════════════╝
echo ┌────────────────────────────────────────────────────────────────────────────┐
echo │ Every effort is made to select only the best programs available for the │█
echo │ SEESE COMPUTER OUTLET Library. We test many hundreds of disks and run │█
echo │ thousands of programs looking for those that are of real value. │█
echo │ │█
echo │ The fee we charge you for our disk covers our cost of acquiring, testing, │█
echo │ organizing and distributing the software to you. │█
echo │ │█
echo │ It does not include any compensation to the authors of the programs. │█
echo │ │█
echo │ If you use a program more than a few times please send the author the │█
echo │ amount of money requested for the program. Your support helps keep │█
echo │ software prices low and lets the author develop more & better software. │█
echo │ │█
echo └────────────────────────────────────────────────────────────────────────────┘█
echo █████████████████████████████████████████████████████████████████████████████
echo.
pause
cls
echo ╔═════════════════════════════════════════════════════════════════════════════╗
echo ║ SEESE COMPUTER OUTLET SHAREWARE --- Notes About Program Documentation ║
echo ╚═════════════════════════════════════════════════════════════════════════════╝
echo ┌───────────────────────────────────────────────────────────────────────────┐
echo │ H O W TO R E A D O R P R I N T D O C U M E N T A T I O N │█
echo │ │█
echo │ Most programs have documentation files which end with a file-name of │█
echo │ .DOC, .TXT, .ME or file-names like README, -README, MANUAL or WHATSNEW. │█
echo │ │█
echo │ You may list these files to the screen using the BROWSE utility INCLUDED │█
echo │ or you may print them to your printer using the DOS COPY command │█
echo │ or the MANUAL utility included on most of our shareware. │█
echo │ BROWSE Filename.DOC │█
echo │ COPY Filename.DOC LPT1 │█
echo │ MANUAL [it automatically prints many readme docs] │█
echo │ │█
echo │ Give us a call if you need assistance! │█
echo └───────────────────────────────────────────────────────────────────────────┘█
echo ████████████████████████████████████████████████████████████████████████████
echo.
pause
cls
echo ╔═════════════════════════════════════════════════════════════════════════════╗
echo ║ SEESE COMPUTER Shareware Library - DIRECTORY of this disk ║
echo ╚═════════════════════════════════════════════════════════════════════════════╝
echo.
dir/w
echo.
pause
cls
if exist *.bat goto showbat
goto nobat
:showbat
echo ╔═════════════════════════════════════════════════════════════════════════════╗
echo ║ SEESE COMPUTER Shareware Library - BATCH FILES on this disk ║
echo ╚═════════════════════════════════════════════════════════════════════════════╝
echo.
echo Some programs use batch files to print their documentation or to setup
echo special functions prior to executing the program. You can run a BATCH
echo file by just (at your DOS prompt) type the file name and press enter.
echo.
echo ────────── List of Batch File ──────────
dir *.bat/w
echo.
pause
:nobat
cls
echo ╔═════════════════════════════════════════════════════════════════════════════╗
echo ║ SEESE COMPUTER Shareware Library - DOCUMENTATION FILES on this disk ║
echo ╚═════════════════════════════════════════════════════════════════════════════╝
echo.
echo File-names ending with DOC or starting with READ are most often used as
echo documentation. Please BROWSE or print these files first.
echo.
echo ────────── List of DOC Files ──────────
dir *.doc /w
dir read*.*/w
echo.
echo ────────── List of TXT Files ──────────
dir *.txt /w
echo.
pause
cls
echo ╔═════════════════════════════════════════════════════════════════════════════╗
echo ║ SEESE COMPUTER Shareware Library - EXE and COM FILES on this disk ║
echo ╚═════════════════════════════════════════════════════════════════════════════╝
echo.
echo EXE and COM files are what is used for running the actual programs.
echo To run a EXE or COM file just type in the file-name at the DOS prompt.
echo.
echo ────────── List of EXE Files ──────────
dir *.exe/w
echo.
echo ────────── List of COM Files ──────────
dir *.com/w
echo.
pause
cls
echo ╔═════════════════════════════════════════════════════════════════════════════╗
echo ║ SEESE COMPUTER Shareware Library - BASIC FILES on this disk ║
echo ╚═════════════════════════════════════════════════════════════════════════════╝
echo.
echo BASIC program files, which are designated filename.bas will not run
echo on thier own, and require BASIC.COM or BASICA.COM or GWBASIC.EXE to be
echo copied onto this disk using the dos COPY command. Be sure to do this if
echo there are filename.bas files on this disk.
echo.
echo ────────── List of BAS Files ──────────
dir *.bas/w
echo.
pause
cls
echo.
echo.
echo.
echo.
echo.
echo ────────── T H E E N D ──────────
echo.
echo Your next keypress will take you back to the disk directory
echo where you were, before you started this batch file.
echo.
pause
cls
dir /w
pause