; fixxion icon manager script file

; Supported commands:
; CloseIcon
; OpenIcon
; ImportBitmaps
; SaveIcon
; ShowComment

ShowComment FIMScript - Open icon "parrot.ico"...

OpenIcon parrot.ico

ShowComment FIMScript - Save icon as "test.ico"...

SaveIcon test.ico

ShowComment FIMScript - Close icon...

CloseIcon

ShowComment FIMScript - Import bitmaps matching to mask "Bitmaps\parrot96x96*.bmp"...

ImportBitmaps Bitmaps\parrot96x96*.bmp

ShowComment FIMScript - Save icon as "Bitmaps\parrot96x96.ico"...

SaveIcon Bitmaps\parrot96x96.ico

ShowComment FIMScript - Done.
