home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Electronics for your PC
/
pcelectronics.bin
/
Elec_dos
/
PADS
/
LOGDEMO.BAT
< prev
next >
Wrap
DOS Batch File
|
1993-09-28
|
1KB
|
37 lines
echo off
cls
echo Starting the self running demonstration of PADS-Logic...
if exist \logc2000.swp goto BADSWAP
rem If you have a non VCPI compatible expanded memory driver loaded you
rem should disable it by inserting the appropiate command on the next line.
rem cemm off
plogtd /m /s /r:logdemo.mac
rem If you have a non VCPI compatible expanded memory driver loaded you
rem should enable it by inserting the appropiate command on the next line.
rem cemm on
goto end
:badswap
if exist \logc2000.swp del \logc2000.swp
echo *
echo *****************************************************************************
echo A previous crash of a 386 application has probably left some lost clusters on
echo your hard drive. It is therefore suggested you run chkdsk /f or an equivalent
echo utility which is compatible with your disk manager.
echo *****************************************************************************
echo *
goto end
:end
cls
echo Self running demonstration completed.