home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Simtel MSDOS 1992 September
/
Simtel20_Sept92.cdr
/
msdos
/
statstcs
/
mystat.arc
/
M3.BAT
< prev
next >
Wrap
DOS Batch File
|
1987-02-15
|
2KB
|
43 lines
:disk1
cls
echo
echo
echo
ECHO ╔══════════════════════════════════════════════════════════╗
echo ║ ║
echo ║ Remove MYSTAT/PROGRAM disk from drive B: and put ║
echo ║ YOUR DOS disk in drive B: ║
echo ║ ║
ECHO ╚══════════════════════════════════════════════════════════╝
echo
pause
if exist b:ansi.sys goto dos
echo You did not put DOS disk in floppy drive. It should be near your DOS manual.
goto disk1
:dos
copy b:command.com a:
copy b:ansi.sys a:
cls
echo MYSTAT is now installed on your floppy disks. Remove your DOS disk from drive
echo B: and put the new MYSTAT/PROGRAM disk in drive B: Then reset your machine
echo by pressing the Ctrl-Alt-Del keys at the same time. You must boot your
echo machine with the MYSTAT/WORK disk in order to run MYSTAT.
echo
echo To run MYSTAT, type:
echo
echo B:MYSTAT
echo
echo The system will respond with
echo
echo Cannot find MYSTAT.EXE
echo Please enter new program spec:_
echo
echo Just type B: [Enter] and MYSTAT will begin. Once you see the MYSTAT menu,
echo you should try the DEMO, INTRO, and HELP commands in that order.
echo
echo If you must run MYSTAT on a single floppy disk system, the files MYSTAT.EXE,
echo MYSTAT.MEN, and MYSTAT.DEF are the minimum needed on a disk to run the
echo basic system (without online help). Before you reset your machine, you
echo should turn on your printer and press Shift-PrtSc simultaneously to get a
echo printed copy of this screen.