home *** CD-ROM | disk | FTP | other *** search
/ Mega Top 1 / os2_top1.zip / os2_top1 / DOS_GG / COMCAT / VOL21.ARJ / VOL2189 < prev    next >
Text File  |  1992-01-07  |  4KB  |  76 lines

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