home *** CD-ROM | disk | FTP | other *** search
/ C!T ROM 5 / ctrom5b.zip / ctrom5b / PROGRAM / DIVERSEN / SHWTXT12 / UTILS.DOC < prev    next >
Text File  |  1994-06-03  |  3KB  |  49 lines

  1.           ┌─────────────────────────────────────────────────────────────┐
  2.           │ >>>>>>>>  Documentation for the Utility Programs  <<<<<<<<  │
  3.           │ These programs are included in the REGISTERED version of    │
  4.           │ ShowText only and are not included in the ShareWare version.│
  5.           └─────────────────────────────────────────────────────────────┘
  6. ───────────────────────────────────────────────────────────────────────────────
  7. CVT.EXE -   This program will convert several files from one type to another.
  8.  
  9.             The file types include:
  10.             .ANS - ANSI Screen Files (typically used in BBS systems)
  11.             .ASC - Plain ASCII text files (25 lines maximum)
  12.             .BSV - BLOAD/BSAVE files   (file length=4OO7 bytes)
  13.             .COM - Self-displaying COM files. If a file named TEMP.COM is
  14.                    created, it can be displayed by typing TEMP or by including
  15.                    the command TEMP in a batch file.  Note that the cursor
  16.                    position is not changed.  The most common use of these
  17.                    self-displaying COM files is in batch files with ECHO OFF.
  18.             .SCN - Binary screen image (file length=4OOO bytes)
  19.             .STF - ShowText File format (file size <= 4OOO bytes)
  20.  
  21.             The command syntax is: CVT filename.ext type /V
  22.             where (filename.ext) is the file specification of the files to be
  23.             converted.  The (type) is one of the 6 file types listed above.
  24.             Wildcards are acceptable and a path may be specified with either
  25.             command line argument, although specific filenames may not be
  26.             included with the (type) argument.  For example, CVT *.BSV STF would
  27.             convert/copy all BSV files to STF files.  The original files are not
  28.             deleted.  Note that the file CVT2COM.FIL must reside in the ShowText
  29.             directory.  It can be used to convert an .STF file (or .SCN file)
  30.             directly into a .COM file by issuing the following DOS command,
  31.             COPY/B CVT2COM.FIL+TEMP.STF TEMP.COM 
  32.             The /V optional command line argument will allow you to (V)iew the
  33.             files as they are converted. The default is No View.
  34.  
  35. ───────────────────────────────────────────────────────────────────────────────
  36.  
  37. STCAP.COM - This program is a TSR (memory-resident) program which takes only
  38.             13.3k bytes of conventional memory to run.  Its purpose is to
  39.             capture color ASCII text screens to BSV, SCN or STF file types.
  40.             The program is made memory resident by simply typing STCAP on the
  41.             DOS command line.  To invoke the program, in order to capture a
  42.             text screen to a file, type Ctrl-Alt-S.  Be sure that the program
  43.             you were running is in text mode (not graphics mode).  The default
  44.             file extension is STF.  If you type an incorrect filename, such as
  45.             one whose extension is not BSV, SCN or STF, the program will not
  46.             save the screen to disk.  To (R)emove the TSR from memory, type
  47.             STCAP/R on the DOS command line.
  48.  
  49.