home *** CD-ROM | disk | FTP | other *** search
/ PC Electronics for your PC / pcelectronics.bin / Elec_dos / PADS / LOGDEMO.BAT < prev    next >
DOS Batch File  |  1993-09-28  |  1KB  |  37 lines

  1. echo off
  2.  
  3. cls
  4.  
  5. echo Starting the self running demonstration of PADS-Logic...
  6.  
  7. if exist \logc2000.swp goto BADSWAP
  8.  
  9. rem If you have a non VCPI compatible expanded memory driver loaded you
  10. rem should disable it by inserting the appropiate command on the next line.
  11.  
  12. rem cemm off
  13.  
  14. plogtd /m /s /r:logdemo.mac
  15.  
  16. rem If you have a non VCPI compatible expanded memory driver loaded you
  17. rem should enable it by inserting the appropiate command on the next line.
  18.  
  19. rem cemm on
  20.  
  21. goto end
  22.  
  23. :badswap
  24. if exist \logc2000.swp del \logc2000.swp
  25. echo *
  26. echo *****************************************************************************
  27. echo A previous crash of a 386 application has probably left some lost clusters on
  28. echo your hard drive. It is therefore suggested you run chkdsk /f or an equivalent
  29. echo utility which is compatible with your disk manager.
  30. echo *****************************************************************************
  31. echo *
  32. goto end
  33.  
  34. :end
  35. cls
  36. echo Self running demonstration completed.
  37.