home *** CD-ROM | disk | FTP | other *** search
- Documentation for NEO_VIEW.BAS
-
- A NEO picture viewer
- for IBM compatible computers with VGA
-
-
- Copyright(c)1994, Merrick J. Stemen.
- CServe 70670,2522
- All rights reserved.
-
-
- This product is shareware.
- Please pay the author for his efforts to
- bring ATARI graphics to the IBM community!
-
-
-
- PURPOSE:
-
- NEO_VIEW is a program written using Microsoft QBASIC, and designed to
- display multiple .NEO files created on ATARI computers.
-
-
- SYSTEM REQUIREMENTS:
-
- NEO_VIEW makes use of IBM EGA and VGA modes to display these NEO
- files; therefore, the minimum graphics requirements for your system
- must be a VGA graphics card. Since the program runs in the QBASIC
- environment, you must also have Microsoft QBASIC (commonly shipped
- with DOS on your computer.)
-
-
- RUNNING NEO_VIEW:
-
- To activate NEO_VIEW.BAS, simply type:
-
- QBASIC NEO_VIEW
-
- at your DOS prompt. if NEO_VIEW is in another sub-directory, or on
- another disk, you may need to type something like:
-
- QBASIC A:NEO_VIEW
-
- or
-
- QBASIC \ATARI\NEO_VIEW
-
- Once the program has loaded, you will be put into the QBASIC editor.
- Simply press SHIFT-F5 to activate NEO_VIEW.
-
-
- USING NEO_VIEW:
-
- Once NEO_VIEW is started, it prompts you to enter a "pathname" to
- search. You should enter the full pathname EVEN IF THE PICTURES YOU
- WANT TO VIEW ARE IN THE SAME DIRECTORY!
- For example, if your picture files are in the \ATARI sub-directory,
- type:
-
- Please enter the search path? \ATARI\*.NEO
-
- This is the most common way to view multiple picture files. The '*'
- is known as a "wildcard" character. It tells NEO_VIEW to get every
- file that ends in '.NEO'.
-
- Once NEO_VIEW begins displaying files, it will pause after each one
- until you press a key (usually the space bar). After all pictures
- have been viewed, NEO_VIEW will return to the QBASIC editor.
-
-
- IMPORTANT! Since NEO_VIEW is in the QBASIC environment, any changes
- you accidentally or purposely make to the program will take effect
- immediately. Make a backup of your original NEO_VIEW.BAS file if
- you intend to experiment with NEO_VIEW's code.
-
-
- QUITTING NEO_VIEW:
-
- When you are finished viewing pictures, Press ALT-F, and then simply
- type X. This will EXIT the QBASIC environment, and return you to the
- DOS prompt.
-
-
- OTHER ATARI-FORMAT PICTURE VIEWERS ARE AVAILABLE.
- LOOK FOR:
- PCV_VIEW.............a DEGAS PC1 file viewer.
- TNY_VIEW.............a TN1, TN2 and TNY format viewer.
- PIC_VIEW.............a PI1, PI2 and PI3 picture viewer.
- DE_SPC...............a SPECTRUM 512 SPC file decoder.
- SPC_VIEW.............the SPECTRUM 512 decoded SPC/SPS file viewer.
- DE_SPS...............a SPECTRUM 512 SPS file decoder.
- SPS_VIEW.............the SPECTRUM 512 decoded SPS file viewer.
-
-
- ACKNOWLEDGEMENTS:
-
- This product would not have been possible without the information
- found in David Baggett's format information (both 10/19/1989 and
- 9/29/1992). The name Shamus McBride also deserves mention for
- his efforts in Baggett's document as well!
-
-