home *** CD-ROM | disk | FTP | other *** search
/ Más de 2,500 Juegos / CD1.iso / ZIPDAT / 0960 / 0960.ZIP / VORTEX.DOC < prev    next >
Encoding:
Text File  |  1997-01-13  |  3.8 KB  |  113 lines

  1. Welcome to Vortex!
  2. ~~~~~~~~~~~~~~~~~~
  3.  
  4. Vortex is a 256-color 320x200 graphics program. All you need is a 286 or
  5. higher and a little free DOS ram, and off you go!
  6.  
  7. Use it as a screen-saver! Use it for whatever you want! It's free!
  8.  
  9. For contact info, see NBONES.DOC
  10.  
  11. Vortex will choose one of 10 sets of pattern generating equations randomly
  12. every 45 seconds, and it will choose a random color palette to go with it.
  13.  
  14. If you don't want to just sit back and watch, or you want to see a specific
  15. kind of pattern, there are ways to customize/control Vortex's operation...
  16.  
  17. Also, there are ways to make it easy to run as a manually-invoked
  18. screen-saver for Win95 and DOS.
  19.  
  20. Here are the keyboard commands:
  21.  
  22.    ESC    = Quit
  23.    T      = Test pattern
  24.    1 - 0  = Generate a specific one of the ten patterns
  25.    SPACE  = Generate a new random pattern
  26.    ENTER  = Display 8 small patterns (randomly chosen)
  27.    F1     = Display 8 small patterns (patterns 1-6, 8, 9) (skips 7 and 0)
  28.    R      = Change palette rotation
  29.    C      = Generate new color palette
  30.    -      = Decrease pattern display time by 5 seconds (min=0; norm=45 sec)
  31.    +      = Increase pattern display time by 5 seconds (max=10 minutes)
  32.    B      = Brighten palette (obsolete & superceded)
  33.    K      = Toggle "Keep" (if on, patterns stay up forever)
  34.  
  35. You can also specify the display time per pattern on the command line
  36. like this:
  37.  
  38.     VORTEX 300
  39.  
  40. In this case the patterns will be displayed for 300 seconds (5 minutes).
  41. Valid numbers are from 0 to 600.
  42.  
  43.  
  44.  
  45. DOS
  46. ~~~
  47. In DOS, the best way to do it is to make a batch file. On my system, I made
  48. one called "V", so that all I have to do at a DOS prompt is type V and then
  49. hit ENTER.
  50.  
  51. To do this, you first need to choose a directory for the batch file. Type
  52. "PATH" at the DOS prompt to see a list of viable directories (they are all
  53. seperated by semi-colons). Good choices are things like "C:\DOS" or
  54. "C:\WINDOWS".
  55.  
  56. We'll assume you chose "C:\DOS"
  57.  
  58. Go into the directory you chose by using the "CD" command. (i.e. "CD\DOS")
  59. Then create the batch file by typing the following lines (we'll assume
  60. the vortex program is in a directory called "C:\VORTEX"), anywhere
  61. you see "<ENTER>" it represents the ENTER key, and "^Z" means either
  62. Ctrl-Z or F6. If you installed vortex into a directory other than
  63. "C:\VORTEX", then substitute the alternate directory name as appropriate:
  64.  
  65. cd\dos
  66. copy con V.BAT<ENTER>
  67. @C:\VORTEX\VORTEX.EXE<ENTER>
  68. ^Z<ENTER>
  69.  
  70. This creates a file by copying text from the console to "V.BAT", and the
  71. "^Z" indicates the end of the file. When you are done, you should see on
  72. the screen what you did as:
  73.  
  74. C:\>cd\dos
  75. C:\DOS>copy con V.BAT
  76. @C:\VORTEX\VORTEX.EXE
  77. ^Z
  78.         1 file(s) copied
  79.  
  80. C:\DOS>
  81.  
  82. If you make a typo, just finish it up and do it over again. Since you have
  83. created this batch file in a directory in your path, all you need to do
  84. from now on to run VORTEX is type "V".
  85.  
  86.  
  87.  
  88. WINDOWS 95
  89. ~~~~~~~~~~
  90. Vortex is designed for DOS, but apparently Windows-95 has no
  91. problem with it. You can easily use it as a manually-run
  92. screen-saver in Win95 by creating a shortcut to it on your
  93. desktop:
  94.  
  95.  1. Click in an empty spot on the desktop with the right mouse button.
  96.  2. Choose "NEW" and "Shortcut"
  97.  3. Enter the full path and filename to Vortex 
  98.     (such as C:\VORTEX\VORTEX.EXE)
  99.  4. Enter the name the shortcut will have (why not "Vortex"?)
  100.  5. Choose an icon for it.
  101.  6. Click on "Finish"
  102.  7. Right-click once on the newly created shortcut and select "properties"
  103.  8. Select "Misc" at the top.
  104.  9. Make sure "Allow screen-saver" is turned off.
  105. 10. Click on "Apply" and then "Ok"
  106.  
  107.  From now on, whenever you walk away from your computer, double-click
  108. on your vortex shortcut that you made. When you come back, press the
  109. ESC key to return to windows.
  110.  
  111.  
  112.  
  113.