home *** CD-ROM | disk | FTP | other *** search
/ Current Shareware 1994 January / SHAR194.ISO / drawing / acolor62.zip / ACOLOR.DOC < prev    next >
Text File  |  1993-01-23  |  4KB  |  111 lines

  1.  
  2.                     --------------------------------
  3.                             AColor.EXE v6.21
  4.                 Copyright (c) 1991,93 - PAROLE Software
  5.                           ALL RIGHTS RESERVED
  6.                              Dennis Maidon
  7.                     --------------------------------
  8.  
  9.      AColor.EXE is a simple utility that I wrote in Turbo Pascal 7.0 to
  10. randomly color text files on my BBS.  It will add ANSI color to any text
  11. file line by line.   It's a nice utility to change those bland text
  12. files into sparkling color and add a bit of life to the bulletin section
  13. of a BBS.  It is FREE with no strings attached.  If you like it, stop by
  14. The Parole Board one day and say hi to all the inmates incarcerated
  15. here.
  16.  
  17.      AColor.exe now allows you to add ANSI color to the background if
  18. you prefer.  It is controlled by a command line switch. "BLUE".
  19. This will not work on files with lines longer than 79 columns.  AColor
  20. will run unattended in Batch mode and exit back to the system upon
  21. completion.  The user can also abort the colorization process at any
  22. time by pressing "ctl C".  The ACOLOR switches are not case sensitive as
  23. "blue" will produce the same results as "BLUE" or "BluE".  AColor will
  24. truncate the line length to 77 columns so be sure to limit the line lengths
  25. to that if you don't want to lose any text.
  26.  
  27.                           --------------------
  28.  
  29. SYNTAX: ACOLOR  <- Help Screen
  30.  
  31.         ACOLOR <filename> ;The default colors the file to a YELLOW foreground
  32.                            on a BLUE background.
  33.  
  34.         RANDOM     ; Randomly adds ANSI color to the
  35.                       foreground or background of a
  36.                       sequential text file.
  37.  
  38.         RED        ;Colors the background or foreground RED
  39.  
  40.         GREEN      ;Colors the background or foreground GREEN
  41.  
  42.         YELLOW     ;Colors the background or foreground YELLOW
  43.  
  44.         BLUE       ;Colors the background or foreground BLUE
  45.  
  46.         MAGENTA    ;Colors the background or foreground MAGENTA
  47.  
  48.         CYAN       ;Colors the background or foreground CYAN
  49.  
  50.         WHITE      ;Colors the background or foreground WHITE
  51.  
  52.         BLACK      ;Colors the background or foreground BLACK
  53.  
  54.                            -----------------
  55.  
  56.      ACOLOR  will accept four (4) line switches.
  57.  
  58.    ACOLOR <filename> <ansi filename> RED YELLOW
  59.               │            ^         │    │
  60.   ┌───────────┘       ANSI file      │    │
  61.   └File to be Colorized              │    │
  62.                    ┌─────────────────┘    │
  63.                    └ForeGround Color      │
  64.                          ┌────────────────┘
  65.                          └BackGround Color
  66.  
  67.     AColor is now compatible with several different types of BBSs.  By
  68.     using SET ACOLOR=WC, AColor will now create the file with a .SCR
  69.     extension.  It also is compatible with Spitfire (CLR), QBBS and
  70.     Remote Access (ANS)
  71.      The correct environment codes are :
  72.                 WC  = Wildcat
  73.                 SF  = Spitfire
  74.                 RA  = Remote Access
  75.                 QB  = QBBS
  76.                 WC3 = Wildcat! 3.0
  77.                 PCB = PCBoard
  78.  
  79.      If no output file is specified AColor creates a file named
  80.      ACOLOR.SCR in the current directory.
  81.                              -----------------
  82.  
  83.                           The Parole Board BBS
  84.                       (919) 965-4696 Dual-Standard
  85.                       (919) 965-9885 FAX
  86.  
  87.  
  88.      DISCLAIMER
  89.  
  90.      PAROLE Software makes no warranties as to the contents of this
  91.      documentation and specifically disclaims any implied warranties of
  92.      merchantability or fitness for any particular purpose. PAROLE Software
  93.      further reserves the right to alter the specifications of the program
  94.      andor the contents of the manual without obligation to notify any
  95.      person or organization of these changes.  In the immortal words of
  96.      Bart,"It's yours, dude".
  97.  
  98.      You can always find the current version of ACOLOR on The Parole
  99.      Board BBS.  It is available to first time callers.  If you are a
  100.      SysOp and would like Visitin' Warden Priviledges just leave me a
  101.      note and I'll see that you get access to the SysOp file areas.
  102.  
  103.                           --------------------
  104.  
  105.      Turbo Pascal 7.0 is Copyright 1987,1992 Borland International, INC.
  106.  
  107.                           ALL RIGHTS RESERVED
  108.  
  109.  
  110.  
  111.