home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / network / a116_1 / !Network / !Run < prev    next >
Text File  |  1992-06-09  |  2KB  |  49 lines

  1. | Network Manager v1.19 (30-11-89) !Run
  2. |                      
  3. | !RunImage file is over 35k long
  4. | Reserved memory blocks total 10k
  5. | 64k is therefore required by program
  6. | This version loads the latest modules if program not loaded over network
  7. | since loading NetFS logs user off and crashes boot file.
  8. | Latest versions of modules are available from Acorn's Risc OS Extras disc
  9. | This is a disc freely available to any RISC OS user.  They have been 
  10. | removed from the distribution due to lack of distribution licence
  11. |                   
  12. | This version also sets up some useful * commands as aliases for others
  13. |
  14. Set Network$Dir <Obey$Dir>
  15. |
  16. | Check where application is being loaded from
  17. |
  18. If "<Network$Dir>" LEFT 3 = "net" THEN Set Net$Load 1 ELSE Set Net$Load 0
  19. |
  20. | Allocate fixed memory block for the main program, passwords go in RMA
  21. |
  22. WimpSlot 64K 64K   
  23. |
  24. | Make sure that the basic Econet software is currently installed and active
  25. |
  26. RmEnsure Econet 5.40 Error This application requires an Econet interface.
  27. RmEnsure NetFiler 0.18 Error This application requires Econet to be fitted.
  28. RMEnsure NetFS 5.46 Error This application requires NetFS to be active.
  29. |
  30. | Set up command aliases
  31. |
  32. Set Alias$Users /<Network$Dir>.List_Users %*0
  33. Set Alias$Change net:pass %*0
  34. Set Alias$Logon I am %*0
  35. Set Alias$SetFree /<Network$Dir>.setfree %*0
  36. |
  37. | Load sprites file
  38. |
  39. IconSprites <Network$Dir>.!Sprites
  40. |
  41. |  At this stage, you may want to load updated versions of the networking software
  42. |  modules.  This should be done CONDITIONALLY on Net$Load being "0" and you
  43. |  actually having the modules! :-)
  44. |
  45. |  Go, Go, Go .....
  46. |
  47. Run <Network$Dir>.!RunImage