home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Kosovo Orphans' Appeal Charity CD
/
KosovoOrphansAppeal.iso
/
internet
/
software
/
_popstar
/
_boot
next >
Wrap
Text File
|
1998-08-19
|
666b
|
14 lines
IconSprites <Obey$Dir>.!Sprites
Set POPstar$Dir <Obey$Dir>
Set POPstar$ChoicesDir <POPstar$Dir>
Set POPstar$ChoicesWriteDir <POPstar$Dir>
Set POPstar$MailDir <POPstar$Dir>.MailDir
| The next lines make POPstar store its choices inside the !Boot
| structure on newer machines. Change the next line to end in 0 rather
| than one to make POPstar always store its choices/users inside !POPstar.
Set POPstar$tmp 1
If "<Choices$Path>" = "" Then Set POPstar$tmp 0
If "<Choices$Write>" = "" Then Set POPstar$tmp 0
If <POPstar$tmp> = 1 Then Set POPstar$ChoicesDir Choices:POPstar
If <POPstar$tmp> = 1 Then Set POPstar$ChoicesWriteDir <Choices$Write>.POPStar
Unset POPstar$tmp