home *** CD-ROM | disk | FTP | other *** search
- FX200,1
- |
- | > Boot-Suite.!BootStart
- | by R.R.Chasmer (KAOS) 13/03/95
- | 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
-
- IF "<User$Type>" = "Super" THEN ECHO SuperUser:<User$On> ELSE 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
- Alias CD Dir
- Alias LS Cat
-
- 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
-
- Run BootSChoices:!DosMaps
-
-
- | Now start the default desktop environment settings & applications,
- | & then followed by user desktop settings & applications.
- HourG OFF
- FX200,0