home *** CD-ROM | disk | FTP | other *** search
/ 17 Bit Software 3: The Continuation / 17-Bit_The_Continuation_Disc.iso / amigan / amigan 11 / doop / do-op.doc < prev    next >
Encoding:
Text File  |  1994-01-27  |  2.1 KB  |  53 lines

  1.  
  2. +-----------------------------------------------------------------------+
  3. | DO-OP                             Copyright  1987   Nomad Development |
  4. +-----------------------------------------------------------------------+
  5. |             Startup-Sequence Controller by Greg Cunningham            |
  6. +-----------------------------------------------------------------------+
  7.  
  8. Purpose: This program is intended to be executed from your Startup-Sequence
  9.      and will give you the ability to use the mouse to select which
  10.      programs or commands you wish to have executed at that time. (bmd)
  11.  
  12. Syntax: DO-OP command command "command arg"
  13.  
  14. The quotes are only needed if there are spaces in a command,
  15. it must all be on one line, and you must have a space between each command. 
  16.  
  17. Examples of some commands:
  18.  
  19. Run DO-OP AddMem Read-RTC "Copy Disk.info RAM:" LoadWB BlitzFonts
  20.           "Mount DF2:" "Assign C: VD0:C" "ScreenBlanker 180"
  21.  
  22. Command that won't work because this is not like Execute:
  23.                       If, EndIf, Else, Lab.
  24.  
  25. Command that won't work because this is a different task:
  26.                       CD, EndCLI, Stack.
  27.  
  28. When the 'Run' is in front of DO-OP, depending on other commands in the
  29. Startup-Sequence, it's possible to start using your Amiga while DO-OP is
  30. still running through it's commands, giving you a big advantage over the
  31. conventional way, and is one of the biggest reasons to use it.
  32.  
  33. Currently it will accept 39 commands at 39 chars long.
  34. If you don't use interlace, you can't use over 17 commands or it won't work.
  35.  
  36. Here's the good part, when it comes up, all commands are highlighted, when
  37. you click on one, it toggles the selection of it, and won't execute the
  38. de-selected commands.
  39.  
  40. When DO-OP comes up, it will start in about 2 seconds if you haven't started
  41. de-selecting commands.
  42.  
  43. Selecting "START" will start the commands, and they will un-highlight as they
  44. are executed. "STOP QUIT" will stop the execution for reselecting or
  45. de-selecting, or if it's not executing, the program will go away, this is
  46. good for people who have to hit control-d and don't know where they are.
  47.  sound familiar?....
  48.  
  49.  
  50.                     Enjoy,
  51.                         Greg Cunningham,
  52.                         Nomad Development
  53.