

rogcad.exe is the file to open to run RogCAD.
Unless you are using Windows XP or earlier 
operating system, you will need to use DOSBox
to run RogCAD_DOS.  See the link to the download
page below to obtain DOSBox, or visit dosbox.com.

A typical DOSBox configuration is shown further down.

-----------------------------------------------------

You might want to create a shortcut to the
data folder and place it in this folder.

By using that shortcut, you will not need to
open the RogCAD_DOS_program folder which contains
many .exe files, all of which are mandatory support
files (modules) for RogCAD.

You must download the primary instructions for
RogCAD.  The instructions included in this download
are only supplemental instructions for RogCAD_DOS
and RogCAD_QB64.

View instructions online:
https://rogcad.com/instructions

or visit the download page:
https://luebeckdownloads.com

-----------------------------------------------------
Typical configuration for DOSBox.  It's useful to
move autoexec, sdl and cpu to the top of the DOSBox
configuration file:


[autoexec]

mount c C:\Users\you\Desktop\rogcad\RogCAD_DOS_program
c:
rogcad


[sdl]
#____________________________________

fullscreen=false
fulldouble=false
fullresolution=1920x1080
windowresolution=640X480

output=overlay

fullscreen=false
fulldouble=false

autolock=true
sensitivity=100
waitonerror=true
priority=higher,normal
mapperfile=mapper-0.74-3.map
usescancodes=true


[cpu]
#____________________________________

core=auto
cputype=auto
cycles=max
cycleup=10
cycledown=20


The rest of the settings can be left at their default values.

-------------------------------------------------------------

