Skip to content

Commit f910d25

Browse files
author
remislp
committed
2 parents 73bd128 + 77bd650 commit f910d25

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,15 @@
11
# DCDOS
2-
DC FORTRAN compiled DOS programs
2+
DCDOS repository contains the original compiled DC DOS programs written in Fortran, with GINO graphics.
3+
Some programs have been rewriten in FORTRAN to compile for Windows (HJCFIT and AUTPLOT: see DCWIN repository) and some are being rewriten in pure Python (theoretical calculation programs: see SCALCS repository; curve fitting program: see CVFIT repository) or Python/C++ (see HJCFIT repository). However, some programs are available only for DOS, especially the crucial SCAN program for idealisation of raw single-channel data.
4+
The DOS programs run on most PCs, but to run them on a Windows 7 or Windows 8 machine, you must install DOSBOX first. The following method works on a 64 bit Windows 7 machine:
5+
- Download the programs and stuff needed to run them as a zip file by clicking button'Download ZIP' or by cloning all the repository using git (command 'got clone https://github.com/DCPROGS/DCDOS.git').
6+
- Download and install DOSBOX from http://www.dosbox.com/
7+
- Run DOSBOX (eg by clicking the desktop icon)
8+
- At the Z:\> prompt in the DOS box, type
9+
mount c c:\DCDOS
10+
- To go to the virtual disk C which is now the DCDOS folder- type
11+
C:\
12+
- At the C:\> prompt you can type HELP for a list of commands, eg type DIR to see the contents of the \dcprogs folder.
13+
- Type scan to run scan.exe or the name of any other .exe file in the DCDOS folder. A new window appears in which the program runs. You can make it run whole screen by hitting alt-enter (repeat to exit full screen mode). Remember that DOS file names are restricted to 8 characters + 3 character suffix. You can use only letters and numbers in the file name, no spaces or punctuation.
14+
- When you leave the program you get back to the C:\> prompt. Type EXIT to end the DOS emulation.
15+

0 commit comments

Comments
 (0)