| !Run file for CrypStor

| First clean up possible 'left overs' from earlier installations...

Unset CrypStor*

| Run our !Boot file to set up the right pointers...

Run <Obey$Dir>.!Boot
Set CrypStor$Scrap <Wimp$ScrapDir>.CrypStor

| Some modules which are absolutely necessary...

RMEnsure Blowfish 1.01 IfThere System:Modules.Blowfish Then RMLoad System:Modules.Blowfish
RMEnsure Blowfish 1.01 RMLoad <CrypStor$Dir>.Resources.Blowfish
RMEnsure Blowfish 1.01 Error Blowfish module not found or too old

RMEnsure SGL 1.36 IfThere System:Modules.SGL Then RMLoad System:Modules.SGL
RMEnsure SGL 1.36 RMLoad <CrypStor$Dir>.Resources.SGL
RMEnsure SGL 1.36 Error Shared General Library not found or too old

| Locate the language/country dependent resources using ResFind...

Run <CrypStor$Dir>.Resources.ResFind CrypStor

| Set the wimp slot and start the program...

WimpSlot -min 96K -max 96K
Run <CrypStor$Dir>.!RunImage
