home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / network / a172_1 / !awServer / !Run < prev    next >
Text File  |  1991-04-21  |  2KB  |  65 lines

  1. | Boot file for !server
  2. | (C) Alan Williams 4th October 1989
  3. |
  4. | !Server setup.
  5. |
  6. *UnSet awServer$*
  7. |
  8. |
  9. | Set the number of users supported
  10. |
  11. Set awServer$Users 10
  12. |
  13. |
  14. | Set the first logical device path
  15. | and password location
  16. |
  17. |Set awServer$Dev0:Arc Adfs::4.$
  18. |Set awServer$Dev0_PWF Adfs::4.$.Passwords
  19. |
  20. |
  21. | Set the second logical device path
  22. | and password file location
  23. |
  24. |
  25. |Set awServer$Dev1:fd0 Adfs::0.$
  26. |Set awServer$Dev1_PWF Adfs::0.$.Passwords
  27. |
  28. |                                       
  29. | Set the third logical device path
  30. | and password file location
  31. | This drive is my SyQuest cartridge drive.(If the thing worked with Acorn SCSI....)
  32. |
  33. |Set awServer$Dev2:SCSIdisc SCSI::5.$
  34. |Set awServer$Dev2_PWF <Obey$Dir>.Passwords
  35. |
  36. |
  37. | A common option is the following line.
  38. | It simply serves the directory it finds its self in
  39. |
  40. Set awServer$Dev0:Arc <Obey$Dir>.^
  41. Set awServer$Dev0_PWF <Obey$Dir>.Passwords
  42. |
  43. |
  44. | You can add other logical devices as you need them
  45. | Up to a limit of 10 (ie 0..9). Logical devices can 
  46. | reside on any named filing system.
  47. |             
  48. | Set awServer$Trace <Obey$Dir>.TraceFile
  49. |
  50. | You may have to change the WimpSlot size if the code runs out of room!
  51. | This will depend on the number of users.  No guidelines yet.
  52. |
  53. WimpSlot -min 200K -max 200K
  54. IconSprites <Obey$Dir>.!Sprites
  55. Set awServer$Dir <Obey$Dir>
  56. |
  57. | There are two options for running the server,
  58. | with and without an icon bar icon.
  59. |
  60. | Swap the comments on the lines if you whish to run 
  61. | with no icon
  62. |
  63. | Run <awServer$Dir>.!RunImage -NOICON
  64. Run <awServer$Dir>.!RunImage
  65.