home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / DOOR / QUIKVIEW.ZIP / quikview.txt < prev    next >
Text File  |  2006-10-01  |  5KB  |  134 lines

  1. QuikView v1.0 - Written by Sean Dennis - (C) 2006 Sean Dennis
  2. All rights reserved.  Another fine Cheepware release!
  3.  
  4. You can check out the entire Cheepware line online at
  5. http://outpostbbs.net/cheepware.html
  6. ===========================================================================
  7. QuikView is a small utility that will allow you to view an ANSI (.ANS) file
  8. at the command prompt or use it as an external ANSI viewer with programs
  9. such as timEd (a sysop mail reader for FTN-style mail).
  10.  
  11.  
  12.  
  13. LICENSE
  14. =======
  15. QuikView was written by Sean Dennis and is distributed as freeware.
  16.  
  17. Freeware means that you may use this program without paying me a fee for
  18. use, but this does not mean this program is open source or is public
  19. domain.  Freeware is property of Sean Dennis and may not be reverse
  20. engineered, disassembled or otherwise altered by any means.  You may
  21. redistribute this program and its documentation in any form, but the
  22. archive must remain in its original unaltered state.
  23.  
  24. This program is guarenteed to do nothing except take up space on your
  25. hard drive.  It worked when I used it on my computers and it should
  26. work for you.  If it breaks, you own both pieces.
  27.  
  28.  
  29.  
  30. WHAT IS QUIKVIEW?
  31. =================
  32. QuikView ("QV" for short) was written with the BBS sysop in mind.  I
  33. originally wrote this program as an ANSI viewer to use with timEd.  This
  34. program will work with ANSI files only.  You MUST have ANSI.SYS installed
  35. for QV to work.  You may use QV as a standalone ANSI viewer or as an
  36. external ANSI viewer with other programs.
  37.  
  38. QV was designed for use with ANSI screens that are 25 lines in length or
  39. less.  If you use it with longer screens, they will scroll.
  40.  
  41. At the end of the file, there is a pause so you can view the screen.  You
  42. must press the Enter or Return key to end the program.
  43.  
  44. There are versions for OS/2, Win32 and DOS.  I've tested this mainly under
  45. OS/2 on my own BBS system, but QV should have no problems with other
  46. systems.
  47.  
  48. All three versions are included in this archive.  They are named as:
  49.  
  50.   - QUIKVIEW.EXE : DOS 16-bit executable
  51.   - QUIKVIEWW.EXE: 32-bit Win32 executable
  52.   - QUIKVIEWP.EXE: 32-bit OS/2 executable
  53.  
  54. You can delete any of the executables that you don't need.
  55.  
  56.  
  57.  
  58. REGULAR USAGE
  59. =============
  60. To use QV by itself, just type in:
  61.   quikview <filename>
  62.  
  63. You must put the extension on the filename, such as PICTURE.ANS.
  64.  
  65. To use QV as an external file viewer, you can use the above to do so, but
  66. you have to pass the filename to the program.
  67.  
  68.  
  69.  
  70. EDITOR USAGE
  71. ============
  72. There is a special command line for use with timEd.  I discovered that
  73. timEd cannot simply delete a temporary file it makes, so I built in the
  74. "/T" mode into QV.  Basically, you pass that parameter and the temporary
  75. filename to QV.  QV then displays the file, waits for you to press Enter
  76. and then deletes the temporary file.  Here's how I have everything set up
  77. here with my system:
  78.  
  79. Make sure QV is in the main timEd directory.
  80.  
  81. In TIMKEYS.CFG, I added this line to the first [menu] block, placing this
  82. command in the user menu (accessed from the message reading screen by
  83. pressing U):
  84.  
  85. MenuAll    "~A~NSI view" READwriterealbody "d:\timed\timed.msg" enter READ
  86. runexternal "d:\timed\quikview /t timed.msg" enter enter
  87.  
  88. That is ALL on ONE line above!  You HAVE to enter that line as a single
  89. line exactly.  QV will not work right if that line is off.
  90.  
  91. Of course, you can substitute the directory and even the tempfile name for
  92. your system.
  93.  
  94. To use QV and timEd now, simply view a message that has ANSI in it.  Press
  95. U and then A.  You should see the ANSI file translated and a cursor blinking,
  96. waiting for you to press Enter.  You press Enter and then you will see
  97. "Press any key to return to timEd..." on the screen.  Press Enter once more
  98. and you'll be returned to timEd.
  99.  
  100. It sounds more complicated than it actually is.
  101.  
  102.  
  103.  
  104. CREDITS AND THANKS
  105. ==================
  106. QV was written using Virtual Pascal v2.1 build 279 under Windows 2000
  107. Professional.  The DOS version was compiled with Turbo Pascal v7 (RTE200
  108. patched).  This program uses code written by SWAG (Shareware Authors Group)
  109. and I thank them for their many years of great code snippets for us
  110. programmers to use.
  111.  
  112. I like to know who uses my programs.  I'd appreciate it if you'd drop me a
  113. line and let me know how you like my little projects.  You can contact me
  114. via the following ways:
  115.  
  116. Netmail: 1:18/200@Fidonet
  117. Email  : sean@outpostbbs.net
  118. WWW    : http://outpostbbs.net/cheepware.html
  119. BBS    : telnet://bbs.outpostbbs.net
  120.  
  121. If you'd like to get more info about my Cheepware line of BBS doors and sysop
  122. utilities, you can check out the website mentioned above.
  123.  
  124. Thanks for using QuikView.  I hope you enjoy it as much as I do.
  125.  
  126. Support your local BBS scene!
  127.  
  128. Thanks,
  129. Sean Dennis
  130. Cheepware Author
  131.  
  132. <eof>
  133.  
  134.