home *** CD-ROM | disk | FTP | other *** search
/ Enigma Amiga Life 109 / EnigmaAmiga109CD.iso / software / utilities / selector / selector_e.doc < prev    next >
Encoding:
Text File  |  1999-12-05  |  2.0 KB  |  67 lines

  1. Selector
  2. Startup selection program.
  3.  
  4. Selector [script] [pubscreen] [font] [font size] [time] [password]
  5.  
  6. script      ...file of menu definitions 
  7. pubscreen   ...screen to open selector on 
  8. font        ...font for menu
  9. time        ...waiting for reaction in seconds, 0 means forever
  10. password    ...password protection 
  11.  
  12. Examples:
  13. -------------------------------------------------------------
  14. selector sys:bat/work.sel
  15. - opens menu work.sel on workbench screen
  16.  
  17. selector sys:bat/strt.sel WorkBench topaz.font 8 10
  18. - opens menu strt.sel on WorkBench and waits 10 seconds 
  19.   then quits
  20.  
  21. selector syS:bat/web.sel AWeb.1
  22. - opens menu WEB.sel on public screen AWeb.1 with current font.
  23.  
  24. selector sys:bat/start.sel workbench xen.font 11 0 syndicate
  25. - asks for password, after correct answer [syndicate]
  26.   appears menu. In case of wrong password appends
  27.   date, time and wrong insertion  into file
  28.   sys:password.report, ugly reset follows.
  29.   Passwords with spaces set like this
  30.   selector strt.sel wb 0 "password with spaces".
  31. -------------------------------------------------------------
  32.    
  33. Pulldown menu:
  34.                Load ... load other script
  35.                Edit ... editovat actual script using c:ED
  36.                Save ... save actual script
  37.  
  38.                Add Last ... add last item at the end of menu
  39.                Del Last ... remove last item
  40.  
  41. Keys:
  42.                Esc ... quit
  43.                A+l ... Load
  44.                A+c ... Execute Command
  45.                A+e ... Edit
  46.                A+s ... Save
  47.                A+q ... quit
  48.                A+a ... Add Last
  49.                A+d ... Del Last
  50.             arrows ... walking through menu
  51.              enter ... select item
  52.  
  53.  
  54. SYNTAX OF SCRIPT FILE   EXAMPLE               
  55. 1. Name of item         DiskCopy
  56. 1. Program              Sys:System/DiskCopy
  57. 2. Name of item         Format
  58. 2. Program              Sys:System/Format
  59. ...                     ...
  60. N. Name of item         CLI     
  61. N. Program              Sys:System/CLI
  62.  
  63.  
  64. It is FREEWARE.
  65. 1997-1999, Kocour Software [TraGiC]
  66. jirikocour@atlas.cz
  67.