home *** CD-ROM | disk | FTP | other *** search
/ Acorn User 10 / AU_CD10.iso / Archived / Internet / News-Email / popstr202a / !POPstar / !Boot next >
Text File  |  1999-08-14  |  667b  |  15 lines

  1. IconSprites <Obey$Dir>.!Sprites
  2. Set POPstar$Dir <Obey$Dir>
  3. Set POPstar$ChoicesDir <POPstar$Dir>
  4. Set POPstar$ChoicesWriteDir <POPstar$Dir>
  5. Set POPstar$MailDir <POPstar$Dir>.MailDir
  6. | The next lines make POPstar store its choices inside the !Boot
  7. | structure on newer machines. Change the next line to end in 0 rather
  8. | than one to make POPstar always store its choices/users inside !POPstar.
  9. Set POPstar$tmp 1
  10. If "<Choices$Path>" = "" Then Set POPstar$tmp 0
  11. If "<Choices$Write>" = "" Then Set POPstar$tmp 0
  12. If <POPstar$tmp> = 1 Then Set POPstar$ChoicesDir Choices:POPstar
  13. If <POPstar$tmp> = 1 Then Set POPstar$ChoicesWriteDir <Choices$Write>.POPStar
  14. Unset POPstar$tmp
  15.