home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 24 / CD_ASCQ_24_0995.iso / vrac / showdos.zip / SHOWADD.TXT < prev    next >
Text File  |  1995-05-17  |  10KB  |  188 lines

  1.  
  2.  
  3.  
  4.                   OTHER INFORMATION CONCERNING *SHOW*
  5.  
  6.  
  7.  
  8. 1.  Did you know if your filename has the extension .TXT, you don't
  9.     have to type that when using SHOW?
  10.  
  11.     Example:  You have a ASCII file called MYLIST.TXT.
  12.  
  13.         To SHOW it, you could type SHOW MYLIST.TXT
  14.  
  15.                         ***OR***
  16.  
  17.         You could type SHOW MYLIST
  18.  
  19.         --Notice no ".txt"--that's because SHOW automatically appends
  20.         .txt to any filename it doesn't find.
  21.  
  22.     If you DO have a MYLIST and a MYLIST.TXT file, not to worry: SHOW
  23.     will distinguish between the two.  It is only when SHOW does not
  24.     find the file MYLIST when it will look for a MYLIST.TXT file.
  25.  
  26. 2.  You can OVERRIDE the QWICKLOAD feature by using the \n flag after
  27.     the TEXT FILENAME you wish to display:
  28.  
  29.         SHOW text.txt \n
  30.  
  31.     WHY WOULD YOU WANT TO DO THIS?
  32.  
  33.     Well, the idea behind the .QLD feature is to load a document into
  34.     memory at a blazing speed, allowing you to jump around and do text
  35.     searches as if the entire document were in memory.  But, perhaps you
  36.     have several documents with the same filename and different extensions,
  37.     as with the MYFILE example above:
  38.  
  39.         Say you had a MYFILE.1, a MYFILE.2, and a MYFILE.3--*SHOW*, in order
  40.         to create a .QLD file, removes the file extension and appends a
  41.         .QLD to the filename.  So if you were to display MYFILE.1 and create
  42.         a Quick-load file for it and you wanted to display MYFILE.2, SHOW will
  43.         actually make the mistake of reading the MYFILE.1 Quick-load file,
  44.         and will not display the text properly.  In such cases where similar
  45.         filenames exist, use the "\n" flag to turn the Quick-load option off.
  46.         Your document, depending on its size, will take longer to be read into
  47.         SHOW, but you will be displaying the proper file without any fear of
  48.         confusion--either on your behalf or SHOW's behalf.
  49.  
  50. 3.  Standard screen sizes go to 80 horizontal characters.  Especially in the
  51.     case of WINDOWS (TM) files saved as TEXT, many ASCII files go beyond the
  52.     80 character line size.  This version of SHOW corrects this by limiting
  53.     each line to 80 characters.  Text beyond that will not be visible.
  54.  
  55. 4.  SHOW works with STANDARD ASCII FILES, displaying text and NOT
  56.     wordprocessing files, which contain endless streams of special font and
  57.     formatting information.  The way a line of text ends is also important
  58.     to SHOW.  Many text files from the INTERNET and other places have text
  59.     lines that end with LINEFEEDS (10/0A) only.  SHOW does not LIKE these
  60.     files and cannot read them.  SHOW requires files that end with a CRLF
  61.     (carriage return [13/0D] and a linefeed [10/0A]).  Most text files on
  62.     MS-DOS compatibles exist in this format.  Since many of you "surf the
  63.     net," there is a chance you will run one of these text files through
  64.     SHOW.  If that is the case, and if SHOW acts strange, use the *FREE*
  65.     utility TXTCRLF.EXE I have included in this batch of files.
  66.  
  67.         HOW TO USE TXTCRLF.EXE:
  68.  
  69.                 TXTCRLF [oldfile.txt] [newfile.txt]
  70.  
  71.         OLDFILE.TXT will be the old file you wish to convert.
  72.         NEWFILE.TXT will be the NEW file adhering to the CR/LF standard.
  73.           --You will use NEWFILE.TXT with SHOW.
  74.  
  75. 5.  You can extract or CLIP text from the file you are displaying: to do
  76.     so, write down the line #'s you wish to copy to the CLIP.TXT file and
  77.     type 'C' while in SHOW.  You will be asked for a Starting and an Ending
  78.     line.  Answer appropriately and the text you wish to clip will be
  79.     stored in the CLIP.TXT file, which will exist until you perform another
  80.     "clip" operation.  Once the CLIP.TXT file has been created, you can
  81.     rename that file or do whatever you want with it--but understand that is
  82.     only a TEMPORARY file and will be rewritten once the CLIP function has
  83.     been invoked again.
  84.  
  85. 6.  You can save your reading place and create a Virtual Bookmark:  Before
  86.     you exit SHOW, type 'B' while in SHOW.  This will create a .BMK (Bookmark)
  87.     file.  When go into SHOW at some later date or time and view that file,
  88.     simply press 'P' and SHOW will jump to where you last left off.
  89.  
  90. 7.  Show will run on an 80286 CPU or better.  The faster the CPU, the better
  91.     it will perform.  Longer files will take longer to load into SHOW, but
  92.     once you create a QLD file for them, the next time you access those large
  93.     files, they'll appear instantly before you.  You have the benefit of
  94.     total access to your document without memory concerns.
  95.  
  96. 8.  *******KEEP IN MIND*******
  97.  
  98.     As your TEXT file changes, so must your QLD file, otherwise it will not
  99.     give SHOW the proper data needed to display your file:
  100.  
  101.         Example, you wrote a short story, and it's called STORY.TXT.
  102.  
  103.         You've loaded it into SHOW and created a QLD file for it.  But, now
  104.         you've gone back and edited it.  Now, when you try to SHOW it with
  105.         the QLD option, your new file will be going by the OLD QLD file.
  106.  
  107.         TO AVOID THIS:
  108.  
  109.                 CD C:\QLD
  110.                 DEL STORY.QLD
  111.                 CD..
  112.  
  113.         This will remove your old .QLD (Quickload file) and eliminate any
  114.         discrepancies between your old QLD files and your updated text files.
  115.  
  116.     FOR THIS REASON, YOU SHOULD AVOID GENERATING A .QLD FILE *UNTIL* YOUR
  117.     TEXT FILE IS NOT GOING TO BE ALTERED.  Save the QLD feature for an ASCII
  118.     file you have or have downloaded, one that will not be subject to change.
  119.     If the file happens to change, be sure to DELETE THE OLD .QLD file and
  120.     generate a NEW .QLD file from within SHOW.
  121.  
  122. 9.  The C:\QLD directory cannot be renamed, nor should it be removed unless
  123.     another software package actually addesses a directory called QLD, in
  124.     which case you simply do not use the .QLD option in SHOW.
  125.  
  126.     You MAY, however, RD (remove [the] directory) or do a DEL *.QLD from
  127.     within the C:\QLD directory if you really need the space--but, understand,
  128.     the .QLD files are VERY SMALL, and, unless they're creating conflicts
  129.     between same-name text files, it is not a good idea to delete them for
  130.     other than that reason.  By removing the directory, SHOW will not perform
  131.     correctly.
  132.  
  133. 10. WHAT DOES THE .QLD FILE CONTAIN?
  134.  
  135.         *SHOW* can rapidly display a document/textfile because of line
  136.         character-summations: it adds up the characters in each line and
  137.         stores them in an array in RAM.  When jumping from line to line, it
  138.         accesses this array and generates a corresponding FILE-POINTER, a place
  139.         in the text file to jump to.  That is why SHOW reads all the textfile's
  140.         lines into memory--the lines themselves do not enter RAM, they are
  141.         simply tallied and their line limits are stored in an array, which
  142.         allows for 2-3 megabyte files (the largest I've tried) to be displayed
  143.         quickly and without any detectable lapse in display performance.
  144.  
  145.         The .QLD file contains this information, which SHOW looks for and, upon
  146.         finding the right .QLD file, reads the line data from the text file
  147.         into memory, rather than reading the text file all over again.  Once
  148.         a QLD file is created, even a 1 MEG text file loads in SECONDS because
  149.         the file itself is not being read--only the QLD file is being read,
  150.         saving time and defying memory limits.
  151.  
  152. 11. *SHOW* is shareware, which is a software marketting technique beneficial
  153.     to both the programmer and the user:  You get to try out the software for
  154.     free and register it once you decide it is of use.  I, as programmer, gain
  155.     the luxury of your audience and am allowed to demonstrate my product
  156.     without any financial obligations on your behalf.  Shareware works best
  157.     when its principles are observed.  SHOW IS NOT CRIPPLED OR DISABLED IN ANY
  158.     WAY--YOU HAVE THE FULL, UNCUT VERSION, unlike many other shareware
  159.     programs which permit you to do so much and then require a registration
  160.     fee for any further functionality.  I believe in the honesty of users and
  161.     know if you find this useful you will send your registration in.  The "fee"
  162.     is only $5.00, and what you get is a program you can use often and
  163.     effectively.  Programmers spend endless hours honing code and optimizing
  164.     routines so their programs do more and occupy less space.  While the
  165.     results can lead to astounding effects and useful programs, the labor often
  166.     goes uncompensated, other than the "programmer's high" a programmer might
  167.     attain when his or her program's finally debugged and runs as expected.
  168.     By supporting shareware authors, you give validity to the cause and ensure
  169.     a continual development of new ideas, new games, new utilities.  Without
  170.     financial support, shareware authors suffer, and so do you:  they will,
  171.     more than likely, be unable to continue developing quality software because
  172.     their efforts go unpaid and the expense of time and energy advances to a
  173.     point where they begin to question, as I have, Is it worth it?  My answer
  174.     would be yes, provided people out there in the computer community verify
  175.     that worth by registering their shareware products.
  176.  
  177. 12. If you chose to upload SHOW onto other Bulletin Boards, please be sure to
  178.     upload it in its entirety, together with all the companion files, including
  179.     this one, in the original .ZIP format.  It would be easier if you kept the
  180.     original .ZIP file pack somewhere on your hard drive or a backup disk so
  181.     you wouldn't have to re-compress them.  It saves you time and keeps the
  182.     file in their original, intended format, ultimately benefitting any user
  183.     who wishes to tap the power of SHOW.
  184.  
  185.  
  186. Thank you for trying *SHOW*
  187.  
  188.