home *** CD-ROM | disk | FTP | other *** search
- LABEL " AutoCAD / AutoShade"
-
- ENTRY "AutoCAD r9 / r10", helps\910.inf
- begin
- INPUT "Enter the full path of your installed AutoCAD 9/10: "; STRING, %path_910, "C:\ACAD"
- IF %path_910
- begin
- CALL %Exe_Path\batch\910.bat %Exe_Path %path_910
- DISPLAY helps\910.hlp
- end
- end
-
- ENTRY "AutoCAD r10 DLD", helps\r10.inf
- begin
- INPUT "Enter the full path of your installed AutoCAD 10: "; STRING, %path_r10, "C:\ACAD"
- IF %path_r10
- begin
- CALL %Exe_Path\batch\10dld.bat %Exe_Path %path_r10
- DISPLAY helps\r10.hlp
- end
- end
-
- ENTRY "ACAD 386/r11/r12/Ashade 2.0", helps\r11.inf
- begin
- INPUT "Enter the full path of your installed P386 ADI 4.1 product: "; STRING, %path_r11, "C:\ACAD"
- IF %path_r11
- begin
- CALL %Exe_Path\batch\386dld.bat %Exe_Path %path_r11
- DISPLAY helps\r11.hlp
- end
- end
-
- ENTRY "AutoShade v1.x", helps\a1x.inf
- begin
- INPUT "Enter the full path of your installed AutoShade v1.x: "; STRING, %path_a1x, "C:\ACAD"
- IF %path_a1x
- begin
- CALL %Exe_Path\batch\a1x.bat %Exe_Path %path_a1x
- DISPLAY helps\a1x.hlp
- end
- end
-