home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / oct93 / comm / eazybbs.lha / EazyBBS / Install_EazyBBS < prev    next >
AmigaDOS Script File  |  1993-05-23  |  3KB  |  89 lines

  1. .key dest1
  2. .bra {
  3. .ket }
  4.  
  5. FailAt 21
  6. Set dest2 `cd`
  7. Echo "*N Welcome to *E[1mEazyBBS Mailbox *E[0m!*N"
  8.  
  9. Echo "EazyBBS is very eazy to install.  You just need some assigns,"
  10. Echo "some pathes...  that's it. Okay, it's recommendable to read the"
  11. Echo "manual, cause before running a public Mailbox you should configure"
  12. Echo "EazyBBS properly to fit your needs.*N"
  13.  
  14. Echo "But now the eazy part, the assigns.*N"
  15. Echo "Put them into your s:User-Startup or write a small startup-script."
  16. Echo "It's totally on yours.  Okay, here's what you need:*N"
  17. Echo "        Assign MB:      *"$dest2*""
  18. Echo "        Assign MB_TMP:   MB:TMP"
  19. Echo "        Assign MB_DATA:  MB:Data"
  20. Echo "        Assign MB_USER:  MB:User"
  21. Echo "        Assign MB_BOARD: MB:Board"
  22. Echo "        Assign MB_FILES: MB:Files"
  23.  
  24. MakeDir TMP Board Files User Intern >NIL:
  25. Assign MB:      "$dest2"
  26. Assign MB_TMP:   MB:TMP
  27. Assign MB_DATA:  MB:Data
  28. Assign MB_USER:  MB:User
  29. Assign MB_BOARD: MB:Board
  30. Assign MB_FILES: MB:Files
  31.  
  32. Echo "*NPress [RETURN] for more!" NOLINE
  33. Echo ? >nil:
  34. Echo "*EM*E[K" NOLINE
  35.  
  36. Echo "And even more assigns. Some add-ons ...*N"
  37. Echo "        Assign LIBS: MB:Libs ADD"
  38.  
  39. Assign LIBS: MB:Libs ADD
  40.  
  41. Echo "*NNo big deal, eh?   You need the EazyBBS binaries in your DOS"
  42. Echo "search path.  If you want to call EazyBBS binaries from other"
  43. Echo "programs (Cron, ToolManager etc.) be sure that you add the new"
  44. Echo "path early in your s:User-Startup before any other programs are"
  45. Echo "launched.  That's important, believe me ...*N"
  46. Echo "        Path MB:C ADD"
  47.  
  48. Path MB:C ADD
  49.  
  50. Echo "*NYou'll need a large stack.  Sorry for that, but I love to"
  51. Echo "make use of the stack in my programs.  50000 bytes are enough.*N"
  52. Echo "        Stack 50000"
  53.  
  54. Stack 50000
  55.  
  56. Echo "*NPress [RETURN] for more!" NOLINE
  57. Echo ? >nil:
  58. Echo "*EM*E[K" NOLINE
  59.  
  60. If NOT EXISTS libs:xprzmodem.library
  61.     Echo "Oh shit, there's no xprzmodem.library in your libs: directory."
  62.     Echo "EazyBBS needs xprzmodem.library 2.0+ (e.g. from Fred Fish #236)"
  63.     Echo "Get it... or you will run into problems!
  64.     Quit
  65. EndIf
  66.  
  67. Echo "*N*NWe're finished with the installation."
  68. Echo "*N Thank you.*N"
  69.  
  70. Quit
  71.  
  72. ; comment
  73.  
  74. echo "*e[33mEazyBBS*e[0m needs some public domain programs in"
  75. echo "your c: directory to give you best results:"
  76. echo " - Arc 0.23"
  77. echo " - TArc                   (Turbo-Arc)"
  78. echo " - Zoo"
  79. echo " - LZ/LhArc"
  80. echo " - UnZip 3.0              (special version)"
  81. echo " - DMS/TestDMS/ViewDMS"
  82. echo " - GIFhdr"
  83. echo " - IFFhdr"
  84. echo " - WarpCheck"
  85. echo " - ZoomCheck"
  86. echo " - Crc                    (from SKsh)"
  87. echo " - Run                    (Commodore's Original Version)"
  88.  
  89.