Advertisement
Guest User

user-startup

a guest
Jul 27th, 2017
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.83 KB | None | 0 0
  1. ;BEGIN MUI
  2. if exists "Work:Apps/MUI"
  3. assign MUI: "Work:Apps/MUI"
  4. if exists MUI:Libs
  5. assign add LIBS: MUI:Libs
  6. endif
  7. if exists MUI:Locale
  8. assign add LOCALE: MUI:Locale
  9. endif
  10. version >nil: exec.library 39
  11. if not warn
  12. if exists MUI:Docs
  13. if exists HELP:dummy ; do not remove
  14. endif ; this entry!
  15. assign add HELP: MUI:Docs
  16. endif
  17. endif
  18. endif
  19. ;END MUI
  20. ;BEGIN Poseidon
  21. ENVARC:PsdStackloader
  22. ;END Poseidon
  23. ;BEGIN ViNCEd
  24. ; Remove the ; default console handler CON:
  25. ; Entfernen Sie das ; die Standardkonsole CON: verwenden wollen.
  26.  
  27. ;SetVNC Quiet Mount Override as CON:
  28.  
  29. ; Remove the ; gadgets with new functions from ViNCEd that can be set with prefs tool ViNCEd.
  30. ; Entfernen Sie das ; Fähigkeiten von ViNCEd in Texteingabefeldern wollen. Diese konfigurieren Sie
  31. ; auch mit dem Voreinsteller ViNCEd.
  32.  
  33. ;StringSnip >NIL: INSTALL
  34.  
  35. ; Remove the ; assigns in pattern matching commands.
  36. ; Entfernen Sie das ; Unterstützung der mehrfach Assign in Dateinamensmustern wünschen.
  37.  
  38. ;TrueMultiAssigns
  39. ;END ViNCEd
  40. ;BEGIN icon.library
  41. C:InvertGhostingMask
  42. ;END icon.library
  43. ;BEGIN WirelessManager
  44. Run <>NIL: C:WirelessManager prism2.device
  45. ;END WirelessManager
  46. ;BEGIN Roadshow
  47. If EXISTS S:Network-Startup
  48. Execute S:Network-Startup
  49. EndIf
  50. ;END Roadshow
  51. ;BEGIN AmiSSL
  52. Assign AmiSSL: "Work:Apps/AmiSSL"
  53. If Exists AmiSSL:Libs
  54. Assign LIBS: AmiSSL:Libs ADD
  55. EndIf
  56. Path AmiSSL: ADD
  57. ;END AmiSSL
  58. ;BEGIN SAS/C
  59. assign sc: Work:Apps/sc
  60. assign lib: sc:lib
  61. assign include: sc:include
  62. assign cxxinclude: sc:cxxinclude
  63. path sc:c add
  64. ;END SAS/C
  65.  
  66. assign DPaintV: Work:Apps/DPaintV
  67.  
  68. ;BEGIN FUSION assignment
  69. assign FUSION: Work:Apps/FUSION
  70. assign MSHF: Work:Apps/FUSION/HardFiles
  71. ;END FUSION assignment
  72.  
  73. ASSIGN Include3.1: Work:Apps/DevPac/Include3.1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement