home *** CD-ROM | disk | FTP | other *** search
/ RISC DISC 2 / RISC_DISC_2.iso / pd_share / utilities / boot / bootsuite / Builds / RobsComp / Choices / !RunStart < prev   
Encoding:
Text File  |  1995-04-16  |  1.4 KB  |  51 lines

  1. FX200,1
  2. |
  3. | > Boot-Suite.!BootStart
  4. | by R.R.Chasmer (KAOS) 13/03/95
  5. | Usually run after a reset before 'Desktop' is started.
  6. | This file is run for all users, and should only contain essentail pre-desktop
  7. | environmental settings.
  8. |
  9. | Note RISC-PC: If used with the acorn boot system, this file is run before:-
  10. |               'Choices.Boot.Desktop' & the 'Tasks directory'.
  11. |
  12.  
  13. HourG ON
  14. | Below, a typical use of this file:-
  15.  
  16.  
  17. ECHO
  18. TIME
  19.  
  20. IF "<User$Type>" = "Super" THEN ECHO SuperUser:<User$On> ELSE ECHO User:<User$On>
  21. ECHO
  22.  
  23. Run BootSChoices:Resources.!Hello
  24. Set Alias$Alias Set Alias$%%0 %%*1
  25. Alias UnAlias Unset Alias$%%0
  26.  
  27. Alias MouseStep BootSUtils:!MouseStep %*0
  28. Alias RunBlinker Filer_Run Root:Utilities.Front-Ends.!Blinker
  29. Alias RunMenon Filer_Run Root:Utilities.!Menon
  30. Alias RunScreenSave Run Root:Utilities.Graphics.!Yass2 -none
  31. Alias RunTidyDesk Filer_Run Root:Utilities.Front-Ends.!TidyDesk
  32. Alias ShutNow Filer_Run <ShutNow$Dir>.!Run
  33.  
  34. Alias @RunType_C8B Run System:Modules.JoyRun %%*0
  35. Alias JoyRun Run System:Modules.JoyRun %%*0
  36. Alias JoyKill RMKill VTJoystick
  37. Alias CD Dir 
  38. Alias LS Cat
  39.  
  40. Set Copy$Options A ~C ~D F L N ~P Q R ~S ~T ~V
  41. Set Count$Options ~C R ~V
  42. Set Wipe$Options ~C ~F ~R ~V      
  43. WimpSlot -next 800K
  44.  
  45. Run BootSChoices:!DosMaps
  46.  
  47.  
  48. | Now start the default desktop environment settings & applications,
  49. | & then followed by user desktop settings & applications.
  50. HourG OFF
  51. FX200,0