home *** CD-ROM | disk | FTP | other *** search
- FX200,1
- |
- | > Boot-Suite.!BootStart
- | by R.R.Chasmer (KAOS) 02/09/94
- | Usually run after a reset before 'Desktop' is started.
- | This file is run for all users, and should only contain essentail pre-desktop
- | environmental settings.
- |
- | Note RISC-PC: If used with the acorn boot system, this file is run before:-
- | 'Choices.Boot.Desktop' & the 'Tasks directory'.
- |
-
- HourG ON
- | Below, a typical use of this file:-
-
-
- ECHO
- TIME
- ECHO User:<User$On>
- ECHO
- Run BootSChoices:Resources.!Hello
-
- Set Alias$Alias Set Alias$%%0 %%*1
- Alias UnAlias Unset Alias$%%0
-
- Alias MouseStep BootSUtils:MouseStep %*0
- Alias RunBlinker Filer_Run Root:Utilities.Front-Ends.!Blinker
- Alias RunMenon Filer_Run Root:Utilities.!Menon
- Alias RunScreenSave Run Root:Utilities.Graphics.!Yass2 -none
- Alias RunTidyDesk Filer_Run Root:Utilities.Front-Ends.!TidyDesk
- Alias ShutNow Filer_Run <ShutNow$Dir>.!Run
-
- Alias @RunType_C8B Run System:Modules.JoyRun %%*0
- Alias JoyRun Run System:Modules.JoyRun %%*0
- Alias JoyKill RMKill VTJoystick
-
- Set Copy$Options A ~C ~D F L N ~P Q R ~S ~T ~V
- Set Count$Options ~C R ~V
- Set Wipe$Options ~C ~F ~R ~V
- WimpSlot -next 800K
-
- DOSMAP PS FF5
- DOSMAP TXT FFF
- DOSMAP PRG FFF
- DOSMAP DBF FFD
- DOSMAP BAT FEB
- DOSMAP BAK 409
- DOSMAP BAS FFB
- DOSMAP DDC DDC
- DOSMAP GIF 695
- | DOSMAP UUE DDC
-
- Run Root:Utilities.Front-Ends.Pinboard+.!Pinboard.!RunMenu
-
- | Now start the default desktop environment settings & applications,
- | & then followed by user desktop settings & applications.
- HourG OFF
- FX200,0