home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 January / Chip_1997-01_cd.bin / autocad / acldemlz.exe / DEMO.BAT < prev    next >
DOS Batch File  |  1995-05-18  |  422b  |  16 lines

  1. @echo off
  2. cls
  3. if not exist ACLDEMO.EXE goto nodemo
  4. ACLDEMO %1 /NOSVGA
  5. if errorlevel 1 goto exit
  6. echo.
  7. echo   Thank you for watching the AutoCAD LT Demo.
  8. echo   If you want to view it again, type DEMO and press the ENTER key.
  9. echo.
  10. goto exit
  11. :nodemo
  12. echo   Sorry, the AutoCAD LT Demo has not been properly installed.
  13. echo   Please install the demo again following the instructions on the label.
  14. echo.
  15. :exit
  16.