home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / UTILITY / ASHXTYPE.ZIP / XTYPE.DOC < prev    next >
Text File  |  1996-04-02  |  9KB  |  173 lines

  1.                        -───────────────────────────────--
  2.                           ▄┐ ▄┐       ▄▄▄┐▄┐▄┐▄▄▄┐▄▄▄┐
  3.                           ▀▄┐▀┘   ▄┐   █│ █│█│█▄█│█│
  4.                           ▄┐▀▄┐   ▀┘   █│ ▀█▀┘█│  █▀┘
  5.                           ▀┘ ▀┘        ▀┘  ▀┘ ▀┘  ▀▀▀┘ v1.23ß
  6.                        -───────────────────────────────--
  7.  
  8.            Ascii/Ansi/AnsiMation/Renegade/PCBoard/WildCat File Viewer
  9.                                and Baud Simulator
  10.  
  11.                              -/-  Coded by XtC  -/-
  12.  
  13.  X·Type Copyright(c)1996 by XtC of ash universal modders, All Rights Reserved
  14.  
  15.  
  16. -────────────────────────────────────────────────────────────────────────────--
  17.  DESCRiPTiON  - X·Type reads color codes from most file types and outputs them
  18.                  to the screen.  In addition, you can specify a baud rate  and
  19.                  X·Type will simulate mathematically the specified baud  rate.
  20.                  Remember: This is an IDEAL baud rate, not the one you may get
  21.                  with your modem.  Due to line noise, untrue 28.8 connections,
  22.                  etc., you may get slightly different results.  However,  it's
  23.                  close enough.
  24. -<Usage> ────────────────────────────────────────────────────────────────────--
  25.  
  26.   XTYPE <FileName> <BaudRate> <Flags>
  27.  
  28.   When entering flags, leave a space between each one.  X·Type would  register
  29.    the following...  'XTYPE FILENAME.EXT /1/P/C/H'  ...as just  lowercase  all
  30.    text.  Recap:
  31.  
  32.    CORRECT   - XTYPE FILENAME.EXT /3 /C /H
  33.    INCORRECT - XTYPE FILENAME.EXT /3/C/H
  34.  
  35.    CORRECT   - XTYPE FILENAME.EXT 14400
  36.    INCORRECT - XTYPE 14400 /3 FILENAME.EXT
  37.  
  38.    CORRECT   - XTYPE FILENAME.EXT 28800 /P
  39.    INCORRECT - XTYPE FILENAME.EXT /C /H 2400
  40.  
  41.    CORRECT   - XTYPE FILENAME.*
  42.              - XTYPE \SUBDIR\FILE?.*
  43.  
  44. -<FileName> ─────────────────────────────────────────────────────────────────--
  45.  
  46.   Any Text, Ansi, AnsiMated, Renegade, PCBoard, or WildCat File.
  47.                ( EX: AUTOEXEC.BAT · PCBOARD.PCB · *.ANS )
  48.  
  49. -<BaudRate> ─────────────────────────────────────────────────────────────────--
  50.  
  51.   Any Number Greater than 0 and less than 1.7e28 (Leave blank for No Delay)
  52.            ( EX: 300 · 1200 · 2400 · 9600 · 14400 · 28800 · 156700 )
  53.  
  54. -<Flags> ────────────────────────────────────────────────────────────────────--
  55.  
  56.   X·Type can also display files using certain attributes.
  57.  
  58.            /1 - Lowercase all text.       ( EX: lowercase all text )
  59.            /2 - Uppercase all text.       ( EX: UPPERCASE ALL TEXT )
  60.            /3 - 'K-Rad' Set #1. (Mild)    ( EX: K-RaD SeT #1 )
  61.            /4 - 'K-Rad' Set #2. (Spicy)   ( EX: K·R4D S3T #2 )
  62.            /? - Extended Help.            ( EX: XTYPE /? )
  63.            /P - Pause after each screen.  ( EX: XTYPE FILENAME.EXT /P )
  64.            /C - Start with blank screen.  ( EX: XTYPE FILENAME.EXT /C )
  65.            /H - Hide the cursor.          ( EX: XTYPE FILENAME.EXT /H )
  66.            /S - Display SAUCE Information ( EX: XTYPE FILENAME.EXT /S )
  67.            /X - Max out cursor speed      ( IE: Put 'XTYPE /X' in   your
  68.                                                 autoexec to rid yourself
  69.                                                 of   the   ever-annoying
  70.                                                 slow cursor. )
  71.  
  72. -<While Viewing> ────────────────────────────────────────────────────────────--
  73.  
  74.   'P'           - Pause
  75.                    <While Paused>
  76.                      ESC - Disable Pause.
  77.  
  78.   Any Other Key - Break
  79.  
  80. -────────────────────────────────────────────────────────────────────────────--
  81.  
  82.  
  83.  
  84.  
  85.                                        ┬
  86.                                        │
  87.  PROBLEM                               │ SOLUTiON
  88. -──────────────────────────────────────│─────────────────────────────────────--
  89.  ■ It keeps  scrolling  by  too  fast. │ ■ Include a baud rate.
  90.                   (or)                 │                  (or)
  91.    Your dumb little  sig  at  the  end │ ■ Use the '/P' flag.
  92.     pushes off the top of the ansi.    │
  93. -────────────────────────────────────────────────────────────────────────────--
  94.  ■ Little [?7h's pop up all  over  the │ ■ Live with it until a later version.
  95.     place.                             │    It took me days just to get rid of
  96.                                        │    the [255D's.
  97. -──────────────────────────────────────│─────────────────────────────────────--
  98.  ■ The baud  simulator  isn't   taking │ ■ The usage format is:
  99.     effect.                            │    XTYPE <FileName> <Baud> <Flags>
  100.                                        │    If you put flags  before  the baud
  101.                                        │    rate, X·Type will ignore it.
  102. -────────────────────────────────────────────────────────────────────────────--
  103.  ■ 'XTYPE <FileName>  99999999'  isn't │ ■ Just because you can enter  1.7e28,
  104.     any faster than 10000000.          │    doesn't mean you'll get than  baud
  105.                                        │    rate.  X·Type is limited  only  by
  106.                                        │    the speed of your computer.
  107. -──────────────────────────────────────│─────────────────────────────────────--
  108.  ■ It pauses constantly when I use the │ ■ /P assumes that each  line  in  the
  109.     /P flag.                           │    file represents one line displayed
  110.                                        │    and in more complex ansis, this is
  111.                                        │    not  true.  So,  in  animated  and
  112.                                        │    complex ansis, pause  manually  by
  113.                                        │    pressing 'P'.
  114. -────────────────────────────────────────────────────────────────────────────--
  115.  ■ It seems to have a problem with @'s │ ■ This is an inherent problem with  a
  116.     and |'s every now and again.       │    viewer that not only displays many
  117.                                        │    file types and  color  codes,  but
  118.                                        │    many different color codes in  one
  119.                                        │    file.  The  color  codes  have   a
  120.                                        │    tendancy  to  conflict  with   one
  121.                                        │    another.  The way  I  see  it  is,
  122.                                        │    it's either this or ask what  file
  123.                                        │    type you  want  to  display  every
  124.                                        │    single time.  I  believe  this  is
  125.                                        │    now a very rare occurence.
  126. -──────────────────────────────────────│─────────────────────────────────────--
  127.                                        │
  128.                                        ┴
  129.  
  130.  
  131.  
  132.  
  133.  
  134.                                        ┬
  135.                                        │
  136.  ERROR                                 │ DESCRiPTiON/SOLUTiON
  137. -────────────────────────────────────────────────────────────────────────────--
  138.  ■ <FileName> not found.               │ ■ The filename you specified isn't in
  139.                                        │    the path  you  specified.  If  you
  140.                                        │    didn't specify a path, it isn't in
  141.                                        │    the current directory.
  142. -──────────────────────────────────────│─────────────────────────────────────--
  143.  ■ /<Flag> not found.                  │ ■ Once again, the usage format is:
  144.               (or)                     │    XTYPE <FileName> <Baud> <Flags>
  145.  ■ <Baud> not found.                   │
  146.                                        │    Looks like  you  did  not  put   a
  147.                                        │    filename first. The only exception
  148.                                        │    is with the /? and /X  flags,  for
  149.                                        │    which you don't need a filename.
  150. -────────────────────────────────────────────────────────────────────────────--
  151.  ■ Runtime Error #######               │ ■ Looks like either you did something
  152.                                        │    I was absolutely unprepared for or
  153.                                        │    didn't know about.  Please contact
  154.                                        │    me with the exact  nature  of  the
  155.                                        │    problem and the Runtime Error.
  156. -──────────────────────────────────────│─────────────────────────────────────--
  157.  ■ No SAUCE Data.                      │ ■ Either you accidently pressed /S or
  158.                                        │    the  file  specified  contains  no
  159.                                        │    SAUCE record.
  160. -────────────────────────────────────────────────────────────────────────────--
  161.                                        │
  162.                                        ┴
  163.  
  164.     What's New        - ■ No more [255D's
  165.                         ■ Wildcards now available ("*.ANS")
  166.                         ■ Shrinking glitch list
  167.  
  168.     Future Version(s) - ■ Ditch the [?7h's.
  169.                         ■ Support of more filetypes.
  170.  
  171.  
  172. --X·Type : It's The Geechiest!
  173. SAUCE00XType (■FileView■BaudSim■) Docs    XtC[aSh] Guest         19960326∞#P¼