home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / amiga / system / fastmenu.lzh / fastmenu.doc next >
Encoding:
Text File  |  1992-05-02  |  4.8 KB  |  202 lines

  1.  
  2.             AmigaFastMenu    V1.1b
  3.  
  4.              (C)1992   Olav Gimmestad
  5.  
  6.                Version 1.1b 2/5-1992
  7.  
  8.     LICENCE:
  9.     
  10.     This is SHAREWARE:
  11.     To use this program and to copy it, you must accept these rules:
  12.  
  13.     1. You are not allowed to patch the program. If you find any
  14.            bugs, contact me and I will fix them. 
  15.     2. No fee can be charged for the program.
  16.     3. Including it in any software library (PD or not) must first 
  17.        be given a written permission of the author it may be
  18.            uploaded to amiga ftp sites with free anonymous access.
  19.     4. The user is responsible  for any damages caused by the use 
  20.        of this program. 'standard proclaimer'
  21.     5. If you want to include this program with a commercial product,
  22.        you must have a written permission from the author.
  23.     6. Contact me if you have any questions.
  24.  
  25.  
  26.       You may try and use this program and if you find it useful, send
  27.     some money (what you think it's worth) to a poor student.
  28.  
  29.     MY ADRESS IS:
  30.  
  31.     Olav Gimmestad
  32.     Terrassevn. 24
  33.     0682 Oslo 6
  34.     NORWAY
  35.  
  36.     I have spent a lot of time (really too much) making
  37.     this program, and I will continue working on it making it 
  38.     even better if I get some response. 
  39.  
  40.  
  41.     VERSION
  42.  
  43.  
  44.     version 1.1 
  45.  
  46.     This version will start up a default startup sequence if
  47.     no gadgets are activated during the first 15 seconds.
  48.     Thanks to Ill and Stefanb on IRC for the idea. 
  49.  
  50.         version 1.1b
  51.  
  52.         Fastmenu will now search for commands, not only in sys:c but
  53.         also in any "pathed" directory.  Corrected the error message.
  54.  
  55.     INTRODUCTION:
  56.  
  57.     This program is a nice utility to put in your c: dir.  It allows
  58.     you to select which startup-sequence you want to execute (nice on a
  59.     hard drive).  It also offers some nice utility functions that may
  60.     be  needed during startup.  This is NOT a UGLY hardware-poked boot 
  61.     menu, but it offers a nice way to start up the system and will run
  62.         on any amiga.
  63.  
  64.  
  65.     INSTRUCTIONS:
  66.  
  67.  
  68.     REQUIREMENTS:
  69.     
  70.     The your disk MUST contain the AmigaDos CLI commands: 
  71.  
  72.      execute
  73.      run
  74.  
  75.     If you want to use the NOFASTMEM opinion, your 
  76.     l: directory must
  77.     contain the 
  78.  
  79.         ram-handler
  80.     
  81.     This program can ONLY be started from the CLI or from an executable
  82.     text file like the startup-sequence. It does not support workbench 
  83.     startup.  If you try to start it from there, you may cause a system
  84.     crash (GURU) if using kickstart <2.0.
  85.  
  86.     How to set it up:
  87.     -----------------
  88.  
  89.     makedir sys:s/seq           ; if you do not specify your own directory
  90.     copy sys:s/#? sys:s/seq
  91.     copy fastmenu sys:c
  92.     copy run sys:c
  93.     copy execute sys:c
  94.     
  95.     make a default startup-sequence and copy it into the 
  96.     directory sys:s/seq. the filename must be  "default-startup".
  97.  
  98.     put the line
  99.  
  100.     fastmenu 
  101.         
  102.         in your new sys:s/startup-sequence
  103.     
  104.     reboot....
  105.  
  106.  
  107.     HOW TO USE FASTMENU:
  108. 1.
  109.     fastmenu [-d<a><directoryname>]  ;will search for     
  110.             ^            
  111.             optional: -d followed by a directoryname
  112.                       -a will automaticly after 10 sec. start up
  113.                    a file called 'default-startup' if no gadget
  114.                                    is pressed by the user        
  115.  
  116.     Example
  117.  
  118.     enter:
  119.  
  120.     fastmenu
  121.  
  122. or
  123.  
  124.     fastmenu -ddirectory
  125. or
  126.     fastmenu -addirectory    ; the a must be in front of the d if both options are
  127.                   used together
  128. or
  129.     fastmenu -a
  130.  
  131.     Note that no line arguments are following the file name, the 
  132.     program will now search for a directory with the name SEQ 
  133.     in your SYS:s directory. If it this directory not exists and 
  134.     no command line argument was specified the program will FAIL 
  135.     returning to CLI.
  136.  
  137.     Note also that you should make a directory : seq in your sys:s/ 
  138.     diretory. You should then copy the old startup-sequence over 
  139.     there.
  140.  
  141.     If the directory is found, a screen will open, and the
  142.     filenames in the directory will be displayed.  If you click
  143.     on a filename which must be a text file for amigados execute,
  144.     it will be executed. 
  145.  
  146.     On the top of the screen you can read how much available memory 
  147.     your system has available (in hexadecimal).
  148.     
  149.     At the bottom of the screen, you will see four gadgets:
  150.  
  151.  
  152.     AUDIOFILTER this gadget will turn on/off the sound filter on your
  153.             computer.
  154.  
  155.     NOFASTMEM   this gadget will turn on/off fast memory.
  156.  
  157.             NOTE: you will be able to get back fast memory 
  158.               even avfter you have left the program.
  159.  
  160.     READ MORE   this gadget will read more files from your sys:s/seq/ 
  161.             directory and display them.  It can only display 20 
  162.             filenames at once.
  163.  
  164.  
  165.     EXIT        this gadget will exit the program and return to cli.         
  166.  
  167.  
  168.  
  169.     If the files displayed are files that are executable under the 
  170.     AmigaDos execute command, you may click on them, and the file 
  171.     will be executed.
  172.  
  173.         final examle:
  174.  
  175.     fastmenu -ddh0:s
  176.  
  177.  
  178.     will search for files in your dh0:s directory.
  179.  
  180.  
  181.     If you find any bugs, please contact me
  182.     on this adress:
  183.  
  184.     gimme@solan.unit.no
  185.  
  186.  
  187.     or
  188.  
  189.  
  190.     Olav Gimmestad 
  191.     Terrassevn. 24
  192.     0682 Oslo 6 
  193.     NORWAY
  194.  
  195.  
  196.     Enjoy! :-)
  197.  
  198.  
  199.  
  200.  
  201.  
  202.