home *** CD-ROM | disk | FTP | other *** search
/ AMOS PD CD / amospdcd.iso / 251-275 / apd269 / startup / startup.doc < prev   
Text File  |  1990-02-21  |  5KB  |  129 lines

  1.  
  2.                                Startup V2.0
  3.  
  4.                           Written By: Weston Fryatt
  5.                                     & Paul Davis
  6.  
  7.                                    For
  8.  
  9.                            Acropolis Development
  10.                           -----------------------
  11.  Legal Junk!
  12.  -----------
  13.  
  14.  This program is ourware meaning that we wrote it and if you find it useful
  15.  then any small donation would be greatly appreciated and would help along
  16.  the further development of amiga utility's. This program is copyrighted
  17.  by Acropolis Development, although this is a public domain utility you may
  18.  NOT sell or charge any money for the use of it, we ask that if you upload
  19.  it to a system that you leave all the notices and docs intact.
  20.  
  21.  We write programs like this because we think the Amiga is simply the best
  22.  computer on the market today and we want to further the enjoyment of this
  23.  great machine and make life for every Amiga owner a little easier.
  24.  It is a shame those who try to wreck it for everyone else, if we all
  25.  cooperate then the Amiga will REALLY prosper.
  26.  
  27.  
  28.  Startup
  29.  -------
  30.  Startup allows use of different batch files so that you can have your own
  31.  choice of custom startups for different situations for instance say you
  32.  want to call BBS'S and see what's new in the download bases, now a VD0: is
  33.  perfect for this type of situation, No disk errors to slow things down and
  34.  instant deletion of wierd or junk programs (considering you have the
  35.  memory). So instead of mounting VD0: and then load in a term let a batch
  36.  file do the work for you like setting the pathnames and mounting everything
  37.  for you, all the Amiga DOS commands will work so there is no limit to what
  38.  you can achieve. Startup will place itself in the center of your screen and
  39.  allow you a set amount of time to select the number of the startup you wish
  40.  by pressing the numbers 0-9 respectfully. You may use the keypad or the
  41.  keyboard numbers or you can select the startup you want by pointing and
  42.  clicking the mouse. You can abort startup and return to the CLI by pressing
  43.  esc or pressing the menu bar. Also if you need more time just click on the
  44.  digital clock at the bottom of the requestor and it will reset back to the
  45.  time it was origanally set at.
  46.  
  47.  
  48.  Startup V2.0
  49.  ------------
  50.  
  51.  We have added quite a few new features to this version of startup and
  52.  took hard drive owners into consideration this time. Here is a list of the
  53.  new features....
  54.  
  55.  Up to 10 Different Startup Sequences
  56.  
  57.  Each Different Startup can have a Title up to 25 Characters
  58.  
  59.  By clicking on the Countdown Timer it now Resets
  60.  
  61.  You can now Escape by pressing the menu button Or hitting ESC
  62.  
  63.  We also redesigned the Startup requester and it is much easier to read
  64.  than before and there are no bugs found in two months of constant use.
  65.  
  66.  Setting It Up
  67.  -------------
  68.  
  69.  Startup is called from the startup-sequence in the S: directory, You can
  70.  place the startup program in either the S: or C: directory just make sure
  71.  you call it with the proper pathname from the startup-sequence, the batch
  72.  files that startup looks for MUST be in the s: directory and are all called
  73.  with the same first name and the the startup number. (so startup number 0
  74.  would be named startup.0)
  75.  
  76.  The parameters for startup are as follows
  77.  
  78.  S:Startup (Timer [5-99]) (startups [1-10]) (execute command name [i.e. EX])
  79.  
  80.  The timer must be at least 5 seconds so you can make some kind of choice
  81.  and will default to 5 if you go over or under the limits, startups start
  82.  at number 0 so you will be going from 0-9 instead of 1-10, the reason
  83.  is simple try to type a ten when you only have one second left, also the
  84.  program will default to startup.0 if no number is selected in the alotted
  85.  time period. Execute name is simply for people who rename their Execute
  86.  command to Ex or X or whatever.
  87.  
  88.  Here is what my startup-sequence looks like.....
  89.  
  90. S:Startup 6 7
  91. ;0:VD0: W/C Dir Loaded In.
  92. ;1:Standard Workbench
  93. ;2:VD0: C Dir / Cd Df1:
  94. ;3:Clean Mem. Demos!!
  95. ;4:Setup For Letters. Df1:
  96. ;5:Access Term W/Vd0:
  97. ;6:Manx Compiler Setup.
  98.  
  99.  The different startup descriptions are noted in the following manner
  100.  
  101. ;0:startupname
  102.  
  103.  where ; is the identifier next comes the number of the startup (0-9)
  104.  and then the second identifier ( : ) then the file description, remember
  105.  that the file description can be no longer than 25 characters or your
  106.  last letters over that will be cut off! So, make sure you count your titles.
  107.  If a selection has no name the program will use the default name, remember
  108.  that each startup is simply a batch file and the only limit is your
  109.  imagination and Amiga Dos.
  110.  
  111.  If you have questions about the program or find bugs we can be reached at
  112.  the address below or by sending mail on Genie or Plink. Source code can be
  113.  obtained by sending a self addressed disk mailer (with disk) to the address
  114.  below, if you have no disk please include two dollars and we will provide
  115.  one for you.
  116.  
  117.  Acropolis Development
  118.  P.O. Box 81134
  119.  Bakersfield Ca
  120.  93380
  121.  
  122.  On Plink Send Mail To  A-D
  123.  
  124.  Or On Genie Send Mail To W.Fryatt1
  125.  
  126.  
  127. -----------------------------------------------------------------------------
  128.  
  129.