home *** CD-ROM | disk | FTP | other *** search
- @echo off
- cls
- if not exist ACLDEMO.EXE goto nodemo
- ACLDEMO %1 /NOSVGA
- if errorlevel 1 goto exit
- echo.
- echo Thank you for watching the AutoCAD LT Demo.
- echo If you want to view it again, type DEMO and press the ENTER key.
- echo.
- goto exit
- :nodemo
- echo Sorry, the AutoCAD LT Demo has not been properly installed.
- echo Please install the demo again following the instructions on the label.
- echo.
- :exit