home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / INFO / ASMUTL / PC370.ZIP / UTILITY.DOC < prev    next >
Encoding:
Text File  |  1987-04-20  |  1.3 KB  |  22 lines

  1.  TITLE 'PC/370 utilities as of 04/20/87'
  2.  
  3.     1.  SEE.ALC - this utility will support full screen editing of an
  4.         ASCII text file.  The size of the file is only limited by the
  5.         amount of MS-DOS memory available (up to 640K less MS-DOS and PC/370).
  6.         The program is modeled after the TURBO PASCAL full screen editor with
  7.         compatible commands.  In addition to the expanded memory support,
  8.         SEE supports full color selection, character graphics, and session
  9.         emulation.
  10.  
  11.     2.  PRINT.ALC - this utility will read an ASCII text file and print
  12.         it on the standard printer device with headings and page numbers
  13.         set by standard ALC TITLE, EJECT, and SPACE commands.  Use the
  14.         command file PRINTDOC.BAT to print the documentation files.
  15.  
  16.     3.  DW3NUM.ALC - this utility reads Displaywrite III document file and
  17.         inserts line numbers in left margin for all non-blank lines.  This
  18.         utility may be used as model for other utility functions which
  19.         process DW3 files directly.  The PC DW3 file format does conform to
  20.         the IBM document content architecture which is supported on all
  21.         of the IBM Displaywrite implementations such as DISPLAYWRITE/370.
  22.