Short: Choose actions on state of mouse Author: mebby@enterprise.net (Michael Griggs) Uploader: mebby@enterprise.net (Michael Griggs) Type: util/boot Requires: OS 1.3 Distribution: Aminet Mouse allows you to execute different startup sequences depending on which mouse buttons are held down. The program simply returns different codes in the RC environment variable: Button | RC ------------- Left 5 Right 10 Both 20 None 0 By using "IF" statements in your startup-sequence, you can choose different actions. For example, if I hold down my left-mouse button during boot-up, a small menu appears allowing me to choose a small selection of programs. If I hold nothing down, my normal startup-sequence is executed. /--- Cut Here Setpatch >NIL: mouse IF $RC=5 ...open menu... ENDIF IF $RC=0 ...normal startup... ENDIF /--- Cut Here Aminet: util/cdity/FindItGui.lha - GUI-based file-finding program. Aminet: util/sys/Execute.lha - Replaces Workbench "Execute Command..." requester. Aminet: util/app/AppInfo.lha - File-type information Application Icon. ============================= Archive contents ============================= Original Packed Ratio Date Time Name -------- ------- ----- --------- -------- ------------- 1161 600 48.3% 06-Mar-92 18:41:46 mouse.readme 656 477 27.2% 06-Mar-92 18:43:26 mouse -------- ------- ----- --------- -------- 1817 1077 40.7% 28-Jun-96 04:34:50 2 files