home *** CD-ROM | disk | FTP | other *** search
/ RISC DISC 2 / RISC_DISC_2.iso / pd_share / utilities / boot / bootsuite / Builds / KatesComp / Choices / !RunStart < prev    next >
Encoding:
Text File  |  1994-09-10  |  1.5 KB  |  58 lines

  1. FX200,1
  2. |
  3. | > Boot-Suite.!BootStart
  4. | by R.R.Chasmer (KAOS) 02/09/94
  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. ECHO User:<User$On>
  20. ECHO
  21. Run BootSChoices:Resources.!Hello
  22.  
  23. Set Alias$Alias Set Alias$%%0 %%*1
  24. Alias UnAlias Unset Alias$%%0
  25.  
  26. Alias MouseStep BootSUtils:MouseStep %*0
  27. Alias RunBlinker Filer_Run Root:Utilities.Front-Ends.!Blinker
  28. Alias RunMenon Filer_Run Root:Utilities.!Menon
  29. Alias RunScreenSave Run Root:Utilities.Graphics.!Yass2 -none
  30. Alias RunTidyDesk Filer_Run Root:Utilities.Front-Ends.!TidyDesk
  31. Alias ShutNow Filer_Run <ShutNow$Dir>.!Run
  32.  
  33. Alias @RunType_C8B Run System:Modules.JoyRun %%*0
  34. Alias JoyRun Run System:Modules.JoyRun %%*0
  35. Alias JoyKill RMKill VTJoystick
  36.  
  37. Set Copy$Options A ~C ~D F L N ~P Q R ~S ~T ~V
  38. Set Count$Options ~C R ~V
  39. Set Wipe$Options ~C ~F ~R ~V      
  40. WimpSlot -next 800K
  41.  
  42. DOSMAP PS FF5 
  43. DOSMAP TXT FFF
  44. DOSMAP PRG FFF
  45. DOSMAP DBF FFD
  46. DOSMAP BAT FEB
  47. DOSMAP BAK 409
  48. DOSMAP BAS FFB
  49. DOSMAP DDC DDC
  50. DOSMAP GIF 695
  51. | DOSMAP UUE DDC
  52.  
  53. Run Root:Utilities.Front-Ends.Pinboard+.!Pinboard.!RunMenu
  54.  
  55. | Now start the default desktop environment settings & applications,
  56. | & then followed by user desktop settings & applications.
  57. HourG OFF
  58. FX200,0