home *** CD-ROM | disk | FTP | other *** search
- Selector
- Startup selection program.
-
- Selector [script] [pubscreen] [font] [font size] [time] [password]
-
- script ...file of menu definitions
- pubscreen ...screen to open selector on
- font ...font for menu
- time ...waiting for reaction in seconds, 0 means forever
- password ...password protection
-
- Examples:
- -------------------------------------------------------------
- selector sys:bat/work.sel
- - opens menu work.sel on workbench screen
-
- selector sys:bat/strt.sel WorkBench topaz.font 8 10
- - opens menu strt.sel on WorkBench and waits 10 seconds
- then quits
-
- selector syS:bat/web.sel AWeb.1
- - opens menu WEB.sel on public screen AWeb.1 with current font.
-
- selector sys:bat/start.sel workbench xen.font 11 0 syndicate
- - asks for password, after correct answer [syndicate]
- appears menu. In case of wrong password appends
- date, time and wrong insertion into file
- sys:password.report, ugly reset follows.
- Passwords with spaces set like this
- selector strt.sel wb 0 "password with spaces".
- -------------------------------------------------------------
-
- Pulldown menu:
- Load ... load other script
- Edit ... editovat actual script using c:ED
- Save ... save actual script
-
- Add Last ... add last item at the end of menu
- Del Last ... remove last item
-
- Keys:
- Esc ... quit
- A+l ... Load
- A+c ... Execute Command
- A+e ... Edit
- A+s ... Save
- A+q ... quit
- A+a ... Add Last
- A+d ... Del Last
- arrows ... walking through menu
- enter ... select item
-
-
- SYNTAX OF SCRIPT FILE EXAMPLE
- 1. Name of item DiskCopy
- 1. Program Sys:System/DiskCopy
- 2. Name of item Format
- 2. Program Sys:System/Format
- ... ...
- N. Name of item CLI
- N. Program Sys:System/CLI
-
-
- It is FREEWARE.
- 1997-1999, Kocour Software [TraGiC]
- jirikocour@atlas.cz
-