| FednetCmp - Fednet file compression/decompression
|  Chris Bazley, 2001
| !Boot file

Set FednetCmp$Dir <Obey$Dir>

| load either RO3 or RO4 icons
Set FednetCmp$ro4 1
RMEnsure UtilityModule 4.00 Set FednetCmp$ro4 0
If <FednetCmp$ro4> = 1 Then IconSprites <FednetCmp$Dir>.4Sprites Else IconSprites <FednetCmp$Dir>.!Sprites
Unset FednetCmp$ro4

WimpSlot -min 16k
Run <Obey$Dir>.Resources.ResFind FednetCmp
Set FednetCmp$Help <FednetCmpRes$Dir>.Help
Obey FednetCmpRes:SysVars

| Grab compressed files
| (beware that this file type is not officially allocated)
Set Alias$@RunType_154 Run <FednetCmp$Dir>.!Run %%*0
