home *** CD-ROM | disk | FTP | other *** search
- LABEL " Cadvance"
-
- ENTRY "640x480x16"
- begin
- INPUT "Enter the full location of your Cadvance program: "; STRING, %path_c4
- IF %path_c4
- begin
- CALL %Exe_Path\batch\cadvance.bat %Exe_Path %path_c4
- CALL copy %path_c4\gsvga.drv %path_c4\gs.drv
- DISPLAY helps\cad.hlp
- end
- end
-
- ENTRY "800x600x16"
- begin
- INPUT "Enter the full location of your Cadvance program: "; STRING, %path_c4
- IF %path_c4
- begin
- CALL %Exe_Path\batch\cadvance.bat %Exe_Path %path_c4
- CALL copy %path_c4\gs800.drv %path_c4\gs.drv
- DISPLAY helps\cad.hlp
- end
- end
-
- ENTRY "1024x768x16"
- begin
- INPUT "Enter the full location of your Cadvance program: "; STRING, %path_c4
- IF %path_c4
- begin
- CALL %Exe_Path\batch\cadvance.bat %Exe_Path %path_c4
- CALL copy %path_c4\gs102416.drv %path_c4\gs.drv
- DISPLAY helps\cad.hlp
- end
- end
-