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

  1. LABEL     "    Versacad"
  2.  
  3. ENTRY     "Versacad 5.3", helps\vcad53.hlp
  4.     begin
  5.     INPUT     "Enter the full path of your installed Versacad 5.3:  "; STRING, %path_53, "C:\vcad"
  6.     IF   %path_53
  7.         begin
  8.         CALL     %Exe_Path\batch\vcad53.bat %Exe_Path %path_53
  9.         DISPLAY helps\53.hlp
  10.         end
  11.     end
  12.  
  13. ENTRY     "Versacad 5.4", helps\vcad54.hlp
  14.     begin
  15.     INPUT     "Enter the full path of your installed VersaCAD 5.4:  "; STRING, %path_54, "C:\vcad"
  16.     IF   %path_54
  17.         begin
  18.         CALL     %Exe_Path\batch\vcad54.bat %Exe_Path %path_54
  19.         DISPLAY helps\54.hlp
  20.         end
  21.     end
  22.  
  23. ENTRY     "Versacad 5.4/386", helps\vcad5p.hlp
  24.     begin
  25.     INPUT     "Enter the full path of your installed VersaCAD 5.4/386:  "; STRING, %path_543, "C:\vcad"
  26.     IF   %path_543
  27.         begin
  28.         CALL     %Exe_Path\batch\vcad5p.bat %Exe_Path %path_543
  29.         DISPLAY helps\543.hlp
  30.         end
  31.     end
  32.