home *** CD-ROM | disk | FTP | other *** search
-
-
-
-
-
- T2A
- Text to Ansi Convertor
- Version 1.2
-
- (C)Copyright 1992 Rand Nowell
- RaLin Enterprises
-
- "Putting Bits Together" (tm)
-
-
- P R O G R A M D O C U M E N T A T I O N
-
-
-
- The Legal Stuff:
-
- This version of T2A is free for Non-Commercial use.
- All versions greater than 1.2 are available only to registered users.
-
- You may distribute this version to whomever you desire, I ask that
- you include all files contained in the archive should you do so.
- I also ask that you distribute the original authenticated ZIP file
- of this program.
-
- The author, Rand Nowell is not obligated to provide future versions of
- this program.
-
- This program has been well tested, and should cause you NO problems,
- But.................
- This program is supplied "as is" , no liability is assumed, no warranties
- expressed or implied. If it breaks, you own all the pieces!
- Registered users do receive some guarentees.
-
-
- Registration brings you an enhanced version. More information is
- contained in this documentation.
-
- What It Does:
-
- T2A takes an ascii file for input, this file must have control and
- color codes inserted into it. T2A will read this file and produce a color
- ANSI file that may be displayed to the screen from DOS or as part of a
- BBS package. In order to view an ANSI difplay file you need either to
- have the ANSI.SYS driver loaded in memory, a program such as A_TYPE by
- Ron Huskies/Intersoft, or display the file with a comm/bbs program that
- has its own internal ansi display code.
- The file may be of any page length!
-
- Where To Put It:
-
- T2A should be stored in a directory that is in your path statement, so
- that it can be called from any directory you wish to work in.
-
- Included Files:
-
- Several files have been included in this package.
-
- T2A.EXE The Convertor Program
- EXAMPLE.TXT A Template for an ANSI file
- EXAMPLE.ANS The finished product from the above TXT file.
- CLRCODE.REF A printable reference sheet. (T2A ver 1.2)
- ENHANCED.ANS Sample of output from Registered version
- ENHANCED.TXT Sample of template file for Registered version
- ENHANCED.ASC Ascii output from Registered version
- ENHANCED.DIF Whats different in the enhanced version(s)
- COLORS_E.REF Copy of the color reference for Rgistered Version.
- These will NOT work with ver 1.2 correctly.
- T2A.DOC This file. The documentation.
- REGISTER.FRM To register for Enhanced T2A & BBS access.
- README.1ST Need I say more?
-
-
-
- How To Use It:
-
- Using T2A is pretty simple!
-
- 1. Create the file with your favorite Ascii Editor. Format it the
- way you want it to come out. File listing, letter, help screen etc.
- 2. Edit the file, inserting the T2A codes as needed.
- 3. Run the file through T2A.
- T2A inputfile.exe outputfile
-
- No extension required for the output file. .ANS will be added by
- T2A. The output file name may be different, and is ALWAYS over-
- written if it exists.
-
- 4. View the file, use the file, throw it away.........??
-
-
-
- With T2A you can create an Ansi display file of any length. You are not
- limited to 25 lines as you are with many Ansi editors. You don't have to
- create multiple screens then copy file+file+file to get a helpscreen more
- than 25 lines long.
- T2A will NOT create animated screens. It is simply to allow you to add
- color to an otherwise dull ascii screen.
- BBS bulletins, help screens, long directory listings, these are where T2A
- is a great help.
-
- I originaly wrote T2A for my own use, but it works well so I decided to
- release it. But....I decided to release this version, an early one, free to
- the public for private use. T2A is up to ver 1.5 now, and greatly enhanced!
- But versions past 1.2 will NEVER be released to the general public. The
- only way you can obtain one, is by registering.
-
- Version 1.2 is not crippled or really limited. Its just not as easy to use,
- and there is not as much control as later versions.
- Also, version 1.2 will only create the ANSI file. Later versions create
- both an Ascii and an Ansi version from the template file.
- More on that later.
-
- Building The Template:
-
- After your file has been created with your editor, you need to insert the
- codes. Make sure you have printed out CLRCODE.REF so that you can refer to
- it.
-
- T2A 1.2 has 5 control codes, 16 Foreground color codes, and 7 Background
- color codes.
- The reference sheet explains the control codes, but I will cover one of
- them here. [ % ] the percent sign, is used if the resulting file will be
- displayed within a BBS program such as RA/QBBS. This code will cause the
- BBS program to wait for the user to press the ENTER key. Thus you can
- define your own prompt : Please Hit your ENTER key.....% would print
- the prompt and wait for the enter key to be pressed. Again, this will only
- work with BBS programs that read the Ctl-A character as a wait key.
-
-
- You would, in RemoteAccess, display this file created with T2A under a
- type 5 or 45 Text File Display menu command.
-
- Entering Color Codes:
-
- Color codes are entered by typing the @ and a three digit code. In 1.2 all
- codes are 1 or 2 digits, so you must zero pad the number. So color 1 would
- be @001 color 21 would be @021. In later versions there are some 3 digit
- codes. Have you got your reference sheet handy?
-
- To make green on black text you would enter @003 just befor the text to
- change, if you want bright green, you would type @011 if you wanted
- Blinking Bright Green you would enter ^@011.
- Now if you wanted Blinking Bright Green on a Blue background, you would
- enter @019 ^ @011 AAAAAABBBBBCCCCCC
- | | | |Text to write
- | | Bright Green
- | Turn on blink
- Green Background
-
- To turn OFF blink and bright colors, and leave the color as green, you
- would type ` (the left apostrophe) which turns off all blink and bold
- attributes.
-
- View the included EXAMPLE files, you will see how the codes are used.
- When you enter the codes, remember that they are not shown on the screen
- when the Ansi file is displayed. So though they may move your formatted
- text, don't adjust it, it will display the same as if you had not entered
- the codes at all.
-
- As you will soon discover, version 1.2 requires quite a bit of coding to
- chage background color, you have to enter a new background color code,
- each time you want it changed, along with the new text color code, if its
- different. As I said, this is an early version. Read the file
- ENHANCED.DIF to see what the differences are when you register.
-
- If this version does the job well enough for you, great! have at it!
- But the newer versions are really much easier to use, and there are
- other pluses too.
-
- If you would like to register T2A, and receive the enhanced version, with
- a more detailed documentation, plus some handy utilities, fill out and
- mail REGISTER.FRM.
-
-
- I realise that this documentation is somewhat sketchy, but with the
- example files and the reference sheet, you should be able to get moving in
- the right direction pretty quick. After all, this =IS= a FREE copy!
- <BIG GRIN>
-
- The author, Rand Nowell, can be reached for comments, problems,
- suggestions, name calling or what ever via the following:
-
- Phone: 510-651-0253
- BBS: 510-651-0253,,3322
- NetMail: 1:161/710
- Snail Mail: 40728 Sundale Dr. Fremont, Ca. 94538
- CIS: 76124,761
- Genie: R.NOWELL
-
- CIS and Genie are checked for mail usually once a week.
-
- The commas in the BBS # create a four second pause. You can use whatever
- your modem uses for pause. But aprox 4 seconds is needed to insure our
- shuttle switch receives the code, to allow access to the BBS.
- If you have any problems, call voice, we'll work them out.
-
-