[From Bill Powers (2002.07.05.0702 MDT)]
A reminder for those who may already have Simcon 4.5 but have forgotten how
to use it.
Simcon is a Dos program and wants to run in a Dos window or in MSDOS mode.
If you run it in a window you have to supply a command-line argument, so
it's much easier to switch to MSDOS and run that way. If you're running XT
I think you're out of luck, unless there's some way to run DOS programs
under XT. Is there someone more knowledgable to tell us?
There is a file called SimCon.rc. It contains a text line
editor <path to a simple text editor>
For windows me, the text editor to use is edit.com, located in
c:\windows\command, so the line reads (all lower case)
editor c:\windows\command\edit.com
That may work for other windows versions too. If you don't have or can't
find a suitable editor, delete the file simcon.rc and the program will run
the simulation and exit, after which you can edit the simulation file with
any editor, like Notepad. Be sure to save as Dos Text or Ascii Text.
You run a simulation program by giving the file name, without extension, as
a command line argument. An example file is masssprg.inp. The ".inp" is the
extension for all simcon simulation programs. As distributed by me, the
executable simcon program is simcn45b.exe, so you would change to the
directory in which that program and the simulation program files reside,
and type
simcn45b masssprg
Note that you do NOT type the file extension .inp.
An introductory screen will show. If the simcon.rc file exists and has a
valid path to an editor, the simulation program file will come up in that
editor when you hit Enter. Exiting the editor (alt-f-x, in sequence, for
edit.com) will cause the program to run and the data to be plotted.
Pressing a key will bring up instructions to hit Esc (exit the program) or
any other key (return to editor).
If there's no editor, the simulation will run when you hit enter and the
data will be plotted.
There are full instructions in the new package. Feel free to ask quesitons.
Best,
Bill P.