home *** CD-ROM | disk | FTP | other *** search
- LABEL " Versacad"
-
- ENTRY "Versacad 5.3", helps\vcad53.hlp
- begin
- INPUT "Enter the full path of your installed Versacad 5.3: "; STRING, %path_53, "C:\vcad"
- IF %path_53
- begin
- CALL %Exe_Path\batch\vcad53.bat %Exe_Path %path_53
- DISPLAY helps\53.hlp
- end
- end
-
- ENTRY "Versacad 5.4", helps\vcad54.hlp
- begin
- INPUT "Enter the full path of your installed VersaCAD 5.4: "; STRING, %path_54, "C:\vcad"
- IF %path_54
- begin
- CALL %Exe_Path\batch\vcad54.bat %Exe_Path %path_54
- DISPLAY helps\54.hlp
- end
- end
-
- ENTRY "Versacad 5.4/386", helps\vcad5p.hlp
- begin
- INPUT "Enter the full path of your installed VersaCAD 5.4/386: "; STRING, %path_543, "C:\vcad"
- IF %path_543
- begin
- CALL %Exe_Path\batch\vcad5p.bat %Exe_Path %path_543
- DISPLAY helps\543.hlp
- end
- end
-