home *** CD-ROM | disk | FTP | other *** search
- .key button
- .bra {
- .ket }
-
- if "{button}" eq ""
- set button ""
- set button `requestfile title "Select AWeb button set" noicons rejectpattern "Install_Buttons"`
- if "$button" eq ""
- quit
- endif
- else
- set button "{button}"
- endif
-
- copy "$button" //images/def_buttons
- if not warn
- copy "$button.info" //images/def_buttons.info
- if not warn
- requestchoice >NIL: "AWeb buttons" "Button set $button installed." "OK"
- quit
- endif
- endif
-
- requestchoice >NIL: "AWeb buttons" "Couldn't install new buttons.*NYou have to quit AWeb first" "OK"
-
-
-