home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 10 / 10.iso / m / m067 / 1.img / MENUS / ADI.MNU next >
Encoding:
Text File  |  1992-07-06  |  1.1 KB  |  42 lines

  1. LABEL     "    AutoCAD / AutoShade"
  2.  
  3. ENTRY     "AutoCAD r9 / r10", helps\910.inf
  4.     begin
  5.     INPUT     "Enter the full path of your installed AutoCAD 9/10:  "; STRING, %path_910, "C:\ACAD"
  6.     IF   %path_910
  7.         begin
  8.         CALL     %Exe_Path\batch\910.bat %Exe_Path %path_910
  9.         DISPLAY  helps\910.hlp
  10.         end
  11.     end
  12.  
  13. ENTRY     "AutoCAD r10 DLD", helps\r10.inf
  14.     begin
  15.     INPUT     "Enter the full path of your installed AutoCAD 10:  "; STRING, %path_r10, "C:\ACAD"
  16.     IF   %path_r10
  17.         begin
  18.         CALL     %Exe_Path\batch\10dld.bat %Exe_Path %path_r10
  19.         DISPLAY  helps\r10.hlp
  20.         end
  21.     end
  22.  
  23. ENTRY     "ACAD 386/r11/r12/Ashade 2.0", helps\r11.inf
  24.     begin
  25.     INPUT     "Enter the full path of your installed P386 ADI 4.1 product:  "; STRING, %path_r11, "C:\ACAD"
  26.     IF   %path_r11
  27.         begin
  28.         CALL     %Exe_Path\batch\386dld.bat %Exe_Path %path_r11
  29.         DISPLAY  helps\r11.hlp
  30.         end
  31.     end
  32.  
  33. ENTRY     "AutoShade v1.x", helps\a1x.inf
  34.     begin
  35.     INPUT     "Enter the full path of your installed AutoShade v1.x:  "; STRING, %path_a1x, "C:\ACAD"
  36.     IF   %path_a1x
  37.         begin
  38.         CALL     %Exe_Path\batch\a1x.bat %Exe_Path %path_a1x
  39.         DISPLAY  helps\a1x.hlp
  40.         end
  41.     end
  42.