Difference between revisions of "DOS/BATCH"
From Computer History Wiki
(New page: DOS/BATCH is a single-user job-based operating system introduced in 1970 with the PDP-11/20. A base DOS/BATCH system consists of the following programs: *DOS/BATCH Monitor *Assembler (...) |
|||
Line 1: | Line 1: | ||
− | DOS/BATCH is a single-user job-based operating system introduced in 1970 with the PDP-11/20. | + | DOS/BATCH is a single-user job-based operating system introduced in 1970 with the [[PDP-11/20]]. |
A base DOS/BATCH system consists of the following programs: | A base DOS/BATCH system consists of the following programs: |
Revision as of 22:28, 16 May 2007
DOS/BATCH is a single-user job-based operating system introduced in 1970 with the PDP-11/20.
A base DOS/BATCH system consists of the following programs:
- DOS/BATCH Monitor
- Assembler (MACRO-11)
- FORTRAN IV Compiler
- File Utility Package (PIP)
- Linker (LINK)
- Librarian (LIBR)
- File Compare Program (FILCOM)
- Verification Program (VERIFY)
- Disk Initialization Program (DSKINT)
- File Dump Program (FILDMP)
- Editor (EDIT-11)
In addition, with the introduction of the RSTS-11 extensions, DOS/BATCH can be used as a resource and time shared computer. This combination of DOS/BATCH and RSTS-11 formed the basis for the RSTS/E system.