xpdnz

user-starup

Sep 22nd, 2016
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. C:PatchControl
  2. C:MCP
  3. copy > NIL: SYS:S/RAM.info TO RAM:Disk.info ; added by MagicWB
  4. Assign CON: Dismount
  5. Assign RAW: dismount
  6. Mount CON: from DEVS:KingCON-mountlist
  7. Mount RAW: from DEVS:KingCON-mountlist
  8. PATH Work:Executive ADD
  9. Run <NIL: >NIL: Work:Executive/Executive
  10. if exists "Work:MUI"
  11. assign MUI: "Work:MUI"
  12. if exists MUI:Libs
  13. assign add LIBS: MUI:Libs
  14. endif
  15. if exists MUI:Locale
  16. assign add LOCALE: MUI:Locale
  17. endif
  18. version >nil: exec.library 39
  19. if not warn
  20. if exists MUI:Docs
  21. if exists HELP:dummy ; do not remove
  22. endif ; this entry!
  23. assign add HELP: MUI:Docs
  24. endif
  25. endif
  26. endif
  27. assign Miami: "Work:Communications/Internet/Miami"
Add Comment
Please, Sign In to add comment