home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 10 / 10.iso / m / m067 / 1.img / MENUS / CADVANCE.MNU < prev    next >
Encoding:
Text File  |  1992-06-12  |  906 b   |  35 lines

  1. LABEL     " Cadvance"
  2.  
  3. ENTRY     "640x480x16"
  4.     begin
  5.     INPUT    "Enter the full location of your Cadvance program:  "; STRING, %path_c4
  6.     IF   %path_c4
  7.         begin
  8.         CALL     %Exe_Path\batch\cadvance.bat %Exe_Path %path_c4
  9.         CALL     copy %path_c4\gsvga.drv %path_c4\gs.drv
  10.         DISPLAY  helps\cad.hlp
  11.         end
  12.     end
  13.  
  14. ENTRY     "800x600x16"
  15.     begin
  16.     INPUT    "Enter the full location of your Cadvance program:  "; STRING, %path_c4
  17.     IF   %path_c4
  18.         begin
  19.         CALL     %Exe_Path\batch\cadvance.bat %Exe_Path %path_c4
  20.         CALL     copy %path_c4\gs800.drv %path_c4\gs.drv
  21.         DISPLAY  helps\cad.hlp
  22.         end
  23.     end
  24.  
  25. ENTRY     "1024x768x16"
  26.     begin
  27.     INPUT    "Enter the full location of your Cadvance program:  "; STRING, %path_c4
  28.     IF   %path_c4
  29.         begin
  30.         CALL     %Exe_Path\batch\cadvance.bat %Exe_Path %path_c4
  31.         CALL     copy %path_c4\gs102416.drv %path_c4\gs.drv
  32.         DISPLAY  helps\cad.hlp
  33.         end
  34.     end
  35.