mirror of
https://github.com/SEPPDROID/Digital-Research-Source-Code.git
synced 2025-10-22 16:04:18 +00:00
46 lines
1.5 KiB
Plaintext
46 lines
1.5 KiB
Plaintext
CP/M V2.2
|
|
Patch 03, SUBMIT, 1/21/82
|
|
|
|
Copyright 1982 by Digital Research
|
|
CP/M is a registered trademark of Digital Research.
|
|
DDT is a trademark of Digital Research.
|
|
Compiled November 1982
|
|
|
|
|
|
Program: SUBMIT.COM
|
|
Products and Serial Numbers Affected: CP/M V2.2
|
|
|
|
Error Description:
|
|
|
|
If drive A is not the default drive when you run the SUBMIT
|
|
program, the $$$.sub file is created on the currently logged-in
|
|
disk. Therefore, you cannot run a SUBMIT job from any drive other
|
|
than A. After you make the following changes, the system always
|
|
creates the $$$.sub file on drive A.
|
|
|
|
|
|
Patch Procedure:
|
|
|
|
Make a back-up copy of SUBMIT.COM before you use DDT to make
|
|
the following changes.
|
|
|
|
|
|
A>ddt submit.com
|
|
DDT V2.2
|
|
NEXT PC
|
|
0600 0100
|
|
-d5bb
|
|
05BB 00 24 24 24 20 .$$$
|
|
05C0 20 20 20 20 53 55 42 00 00 00 1A 1A 1A 1A 1A 1A SUB...
|
|
05D0 1A 1A 1A 1A 1A 1A 1A 1A 1A 1A 1A 1A 1A 1A 1A 1A ........
|
|
|
|
-
|
|
-s5bb
|
|
05BB 00 1
|
|
05BC 24 .
|
|
-g0
|
|
A>save 5 submit.com
|
|
|
|
Licensed users are granted the right to include these changes
|
|
in CP/M V2.2 software.
|