home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mega Top 1
/
os2_top1.zip
/
os2_top1
/
DOS_GG
/
COMCAT
/
VOL21.ARJ
/
VOL2189
< prev
next >
Wrap
Text File
|
1992-01-07
|
4KB
|
76 lines
Volume 2189 - Released september 1986 - Abstract (C) CP/MS gg
CP/MS gg NL volume 2189
gelijk aan PC/SIG no. 109/189, PCgg 110
Titel:TECH (WS), UTIL, Lotus/dBase templates
Number Name Size Date Comments
189.01 BREAKPT ASM 4096 11-27-83 Makes ctrl-esc do a breakpoint to trace
programs
189.02 BREAKPT COM 1024 11-27-83 Documentation for above
189.03 BREAKPT DOC 384 11-27-83 Source for above
CATALOG 189 1311 6-29-86 This list
189.04 DATE PRG 2048 2-03-84 Dbase II program to validate dates
189.05 FEDTAX83 WKS 37888 2-03-84 Lotus 1-2-3 sheet - demonstrates Tax
form
189.06 FILEDUMP COM 1408 10-23-83 Hex dump a file to screen
189.07 MACTEST ASM 1024 2-03-84 Illustrates structured ASM macros in
STRUCT.MAC
189.08 PV______ APL 6016 12-11-83 Present value functions in APL
189.09 REGDISP ASM 5376 2-03-84 Program to display 8088 regs in real
time
189.10 STRUCT MAC 3072 2-03-84 Assembler macros for structured
programming
189.11 TECH ABS 4864 2-15-84 Short intro (flier) in TECH
189.12 TECH CLR 128 1-01-80 Color installment of Tech - WS format
189.13 TECH EXE 64000 3-05-84 Technical Wordstar printing on Epson FX
189.14 TECH KEY 1133 1-01-80 Prokey definitions for Tech
189.15 TECH MNL 40960 3-05-84 Manual (WS format)
189.16 UTIL DOC 49152 12-25-83 Doc for below
189.17 UTIL EXE 46080 12-25-83 Set of screen/directory utilities
189.18 VOL2189 ABS 2048 6-29-86 Disk abstract
19 File(s) 45056 bytes free on volume VOL2189
TechPrint
TechPrint is an inexpensive and remarkably easy-to-use program for doing
technical word processing on the IBM PC. By inserting TechPrint between a
word processing program and a dot- matrix printer, the word processor becomes
a technical word processor, with only a very small sacrifice in the printer's
speed. TechPrint is currently designed to work with WordStar and the Epson
FX printers.
UTIL Version 1.3
Copyright (c) 1983 Mutant Software
UTIL is a general purpose collection of utilities for use under
DOS 2.0. A given utility is invoked either directly from the
command line (when invoking UTIL, or alternately from a screen
menu. The screen menu option is gotten when you invoke UTIL with
no options. Often, utility programs are written in assembler, and are very
small (in file size). Generally, they are have only one function.A collecti-
on of these utilities is difficult to haul around from disk to disk. UTIL
was designed to handle that problem. It is one program with a variety of
useful options.
Some of the features of UTIL are much more useful than others.
The directory option is by far the most useful. Look at what it
can do carefully. This option also required the largest invest- ment in code
(and resultant .EXE file size).
Summary of Utilities
Name Function
sd Sorted directory
br Screen listing of a text file. Uses PgUp and PgDn keys
kb Allows keyboard redefinition
db A crude data base routine
tf Causes printer to do a top-of-form
mo Switch to monochrome display
co Switch to color display
BREAKPT.COM WILL EXECUTE A BREAKPOINT INTERRUPT WHENEVER YOU HIT CTRL-ESC.
THIS IS USEFUL WHEN YOU ARE UNCERTAIN AS TO THE SECTION OF CODE RESPONSIBLE
FOR A PARTICULAR OBSERVABLE OPERATION, SUCH AS A DISK ACCESS.