home *** CD-ROM | disk | FTP | other *** search
/ 17 Bit Software 4: Phase Four / 17Bit_Phase_Four.iso / files / 3218.dms / 3218.adf / CLI / Fastmenu.doc < prev    next >
Encoding:
Text File  |  1994-06-25  |  5.6 KB  |  186 lines

  1.  
  2.                      AmigaFastMenu    V2.0
  3.  
  4.                       (C)1993   Olav Gimmestad
  5.  
  6.                       Version  2.0 
  7.                       Released 25, Jan 1993
  8.  
  9.    LICENCE:
  10.    
  11.    This is SHAREWARE:
  12.    To use this program and to copy it, you must accept these rules:
  13.  
  14.    1. You are not allowed to patch the program. 
  15.  
  16.    2. The user is responsible  for any damages caused by the use
  17.       of this program.
  18.  
  19.    3. If you want to include this program with a commercial product,
  20.       you must have a written permission from the author.
  21.  
  22.    4. Contact me if you have any questions.
  23.  
  24.    5. This program is not to be distributed for more than the price
  25.       of a floppy disk.
  26.  
  27.         This program is shareware, so if you use it, send US$10 to the
  28.         below address (please send cash). 
  29.  
  30.    MY ADRESS IS:
  31.  
  32.    Olav Gimmestad
  33.    Terrassevn. 24
  34.    0682 Oslo 6
  35.    NORWAY
  36.  
  37.    I have spent some time (really too much) making and improving 
  38.     this program, and I am now working on the 2.0 professional version
  39.    which will have a lot of new improvements and options.  If you
  40.     want the latest professional version, send US$20 to the above 
  41.     address.
  42.    
  43.  
  44.  
  45.    HISTORY
  46.  
  47.    version 1.1b 
  48.         ------------
  49.    This version will start up a default startup sequence if
  50.    no gadgets are activated during the first about 15 seconds.
  51.  
  52.    version 1.1c
  53.         ------------
  54.    Just some few cosmetic changes and a spesified shareware fee.
  55.  
  56.         Version 2.0 Shareware version
  57.         -----------------------------
  58.    
  59.         Nice 2.0 look
  60.         Memory available displayed in decimal
  61.  
  62.         Due to very poor responce, the new 2.0 shareware version is
  63.         stripped a bit and the full version 2.0 Professional is not 
  64.         freely distiblutable.  It can be ordered from the above 
  65.         address.   
  66.  
  67.         DESCRIPTION:
  68.  
  69.    This program allows you to select between multiple startup-sequences.
  70.         It also give you the possibility to turn on/off the audiofilter.
  71.         This is very useful especially when you have a hard drive, and
  72.         want to get the most out of your system, dont waste memory etc. 
  73.  
  74.    REQUIREMENTS:
  75.    
  76.     This program will run on any amiga with kickstart 1.2 or higher,
  77.     and will work under any 680x0 processor. It is nice written and
  78.     intuition based. Kickstart 2.04 or higher is prefered.
  79.          
  80.    Your system disk MUST contain the AmigaDos CLI commands: 
  81.    execute      ;    (This should be the standard workbench commands)
  82.    run
  83.    
  84.         It may be started from workbench or cli, but you should call it 
  85.         from the startup-sequence.
  86.  
  87.  
  88.    SETUP:
  89.    ------
  90.         Example:
  91.                 makedir sys:s/seq         ; make a work directory
  92.                 copy sys:s/#? sys:s/seq   ; copy all startup-sequences there
  93.                 copy fastmenu sys:c       ; copy the fastmenu program to hdisk
  94.                 copy run sys:c          ; make sure the run command is there
  95.                 copy execute sys:c        ;  "    "    "  execute
  96.    
  97.    Then make a default startup-sequence and copy it into the 
  98.    directory sys:s/seq , the filename must be  "default-startup".
  99.  
  100.    put the two lines
  101.                      assign boot: dh0:
  102.                 fastmenu
  103.         first in your new sys:s/startup-sequence
  104.  
  105.     Then you may try to reboot. Remember ALWAYS when working on important
  106.     files you should have a BACKUP!
  107.  
  108.    How to use fastmenu:
  109.  
  110.    fastmenu [-a<timeout beteen 1..60>] [-d<directoryname>]  
  111.          ^        
  112.          optional: -d followed by the directoryname
  113.                                      to select startup-sequences from
  114.       
  115.               -aXX will automatic start a default
  116.                startup-sequence with name: default-startup
  117.                                    after a XX time delay 
  118.  
  119.    Example:
  120.  
  121.         Enter:
  122.  
  123.    fastmenu
  124.  
  125.    Note that no line arguments are following the file name, the 
  126.    program will now search for a directory with the name SEQ 
  127.    in your SYS:s directory. If it this directory does not exists and 
  128.    no command line argument was specified the program will FAIL 
  129.    returning to CLI printing an error message.
  130.  
  131.    Note that you should make a directory : seq in your sys:s/ 
  132.    diretory. You should then copy the old startup-sequence over 
  133.    there. Just like in the SETUP exaple.
  134.  
  135.    If the directory is found, a screen will open, and the
  136.    filenames in the directory will be displayed.  If you click
  137.    on a filename which must be a text file for amigados execute,
  138.    it will be executed. 
  139.  
  140.    On the top of the screen you can read how much free memory 
  141.    your system has.
  142.    
  143.    At the bottom of the screen, you will see four gadgets:
  144.  
  145.    AUDIOFILTER this gadget will turn on/off the sound filter on your
  146.           computer.
  147.  
  148.    EXIT      this gadget will exit the program and return to cli.     
  149.  
  150.         ABOUT       Displays conditions for use.
  151.  
  152.    If the files displayed are files which are executable under the 
  153.    AmigaDos execute command, you may click on them, and the file 
  154.    will be executed.
  155.  
  156.    Example 2
  157.  
  158.    fastmenu -ddh0:s
  159.    will search for executable files in your dh0:s directory.
  160.  
  161. BUGS: 
  162.         There is a problem if you are using the ARP library
  163.         execute function, this is not a bug in fastmenu, but I
  164.         recomend you to use the AmigaDos version.
  165.         
  166.         The shareware version also have a little internal stack 
  167.         problem, this is fixed in the Pro version, but this bug
  168.         will never appear during normal use.
  169.          
  170.          If you find any bugs, please contact me
  171.    on this adress:
  172.         E-Mail:
  173.    gimme@solan.unit.no     (Internet)
  174.  
  175.    or
  176.  
  177.    Olav Gimmestad 
  178.    Terrassevn. 24
  179.    0682 Oslo 6 
  180.    NORWAY
  181.  
  182.         Good luck!
  183.  
  184.  
  185.  
  186.