home *** CD-ROM | disk | FTP | other *** search
/ TopWare 18: Liquid / Image.iso / liquid / top1093 / neo_view.doc < prev    next >
Encoding:
Text File  |  1994-03-09  |  3.0 KB  |  102 lines

  1. Documentation for NEO_VIEW.BAS
  2.  
  3. A NEO picture viewer
  4. for IBM compatible computers with VGA
  5.  
  6.  
  7. Copyright(c)1994, Merrick J. Stemen.
  8. CServe 70670,2522
  9. All rights reserved.
  10.  
  11.  
  12. This product is shareware.  
  13. Please pay the author for his efforts to 
  14. bring ATARI graphics to the IBM community!
  15.  
  16.  
  17.  
  18. PURPOSE:
  19.  
  20. NEO_VIEW is a program written using Microsoft QBASIC, and designed to
  21. display multiple .NEO files created on ATARI computers.
  22.  
  23.  
  24. SYSTEM REQUIREMENTS:
  25.  
  26. NEO_VIEW makes use of IBM EGA and VGA modes to display these NEO
  27. files; therefore, the minimum graphics requirements for your system
  28. must be a VGA graphics card.  Since the program runs in the QBASIC
  29. environment, you must also have Microsoft QBASIC (commonly shipped
  30. with DOS on your computer.)
  31.  
  32.  
  33. RUNNING NEO_VIEW:
  34.  
  35. To activate NEO_VIEW.BAS, simply type:
  36.  
  37.    QBASIC NEO_VIEW
  38.  
  39. at your DOS prompt.  if NEO_VIEW is in another sub-directory, or on
  40. another disk, you may need to type something like:
  41.  
  42.    QBASIC A:NEO_VIEW
  43.  
  44. or
  45.  
  46.    QBASIC \ATARI\NEO_VIEW
  47.  
  48. Once the program has loaded, you will be put into the QBASIC editor.
  49. Simply press SHIFT-F5 to activate NEO_VIEW.
  50.  
  51.  
  52. USING NEO_VIEW:
  53.  
  54. Once NEO_VIEW is started, it prompts you to enter a "pathname" to
  55. search.  You should enter the full pathname EVEN IF THE PICTURES YOU
  56. WANT TO VIEW ARE IN THE SAME DIRECTORY!
  57. For example, if your picture files are in the \ATARI sub-directory,
  58. type:
  59.  
  60.    Please enter the search path?  \ATARI\*.NEO
  61.  
  62. This is the most common way to view multiple picture files.  The '*'
  63. is known as a "wildcard" character.  It tells NEO_VIEW to get every
  64. file that ends in '.NEO'.
  65.  
  66. Once NEO_VIEW begins displaying files, it will pause after each one
  67. until you press a key (usually the space bar).  After all pictures
  68. have been viewed, NEO_VIEW will return to the QBASIC editor.
  69.  
  70.  
  71. IMPORTANT!  Since NEO_VIEW is in the QBASIC environment, any changes
  72. you accidentally or purposely make to the program will take effect
  73. immediately.  Make a backup of your original NEO_VIEW.BAS file if
  74. you intend to experiment with NEO_VIEW's code.
  75.  
  76.  
  77. QUITTING NEO_VIEW:
  78.  
  79. When you are finished viewing pictures, Press ALT-F, and then simply
  80. type X.  This will EXIT the QBASIC environment, and return you to the
  81. DOS prompt.
  82.  
  83.  
  84. OTHER ATARI-FORMAT PICTURE VIEWERS ARE AVAILABLE.
  85. LOOK FOR:
  86.    PCV_VIEW.............a DEGAS PC1 file viewer.
  87.    TNY_VIEW.............a TN1, TN2 and TNY format viewer.
  88.    PIC_VIEW.............a PI1, PI2 and PI3 picture viewer.
  89.    DE_SPC...............a SPECTRUM 512 SPC file decoder.
  90.    SPC_VIEW.............the SPECTRUM 512 decoded SPC/SPS file viewer.
  91.    DE_SPS...............a SPECTRUM 512 SPS file decoder.
  92.    SPS_VIEW.............the SPECTRUM 512 decoded SPS file viewer.
  93.  
  94.  
  95. ACKNOWLEDGEMENTS:
  96.  
  97. This product would not have been possible without the information
  98. found in David Baggett's format information (both 10/19/1989 and
  99. 9/29/1992).  The name Shamus McBride also deserves mention for
  100. his efforts in Baggett's document as well!
  101.  
  102.