1
0
mirror of https://github.com/moshix/mvs.git synced 2026-05-04 07:18:47 +00:00
Files
moshix.mvs/PC370_orig/Diskette/full/BAT/BLDUTIL.BAT

22 lines
620 B
Batchfile
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
REM ASSEMBLE AND LINK UTILITIES FROM SOURCE CODE
REM PC/370 SYSTEM PROGRAMS MUST BE IN CURRENT DIRECTORY
REM UTILITY SOUCE MUST BE IN UTIL DIRECTORY
PAUSE CREATE SEE.COM FULL SCREEN COLOR TEXT EDITOR
A370 UTIL\SEE
L370 UTIL\SEE
COPY UTIL\SEE.COM
ERASE UTIL\SEE.OBJ
ERASE UTIL\SEE.COM
REM CREATE PRINTDOC.COM FORMATTED PRINT UTILITY
A370 UTIL\PRINTDOC
L370 UTIL\PRINTDOC
COPY UTIL\PRINTDOC.COM
ERASE UTIL\PRINTDOC.OBJ
ERASE UTIL\PRINTDOC.COM
REM CREATE T370.COM OBJECT CODE TRANSLATOR FOR UPLOAD TO OS/VS LKED
A370 UTIL\T370
L370 UTIL\T370
COPY UTIL\T370.COM
ERASE UTIL\T370.OBJ
ERASE UTIL\T370.COM