home *** CD-ROM | disk | FTP | other *** search
- |
- | Andysoft Software's KleinFS: Read Only
- |
- | Versions - FS module 0.23 (17 Oct 1993)
- | Support module 0.13 (24 Sep 1993)
- | Filer module 0.08 (28 Oct 1993)
- |
- | © Andysoft Software / PTW Software 1993
- |
-
- If "<Wimp$ScrapDir>" = "" Then Error 0 KleinFS needs to know where the Wimp Scrap directory is: please run !Scrap
- CDir <Wimp$ScrapDir>.KleinFS
-
- Set KleinFS_Disc$Dir <Obey$Dir>
- IconSprites <KleinFS_Disc$Dir>.!Sprites
- IconSprites <KleinFS_Disc$Dir>.Sprites
-
- RMEnsure KleinFSSupport 0.13 RMLoad <KleinFS_Disc$Dir>.Support
- RMEnsure KleinFSSupport 0.13 Error 0 KleinFS support module not present/ too old
-
- RMEnsure KleinFS 0.22 RMLoad <KleinFS_Disc$Dir>.KFS
- RMEnsure KleinFS 0.22 Error 0 KleinFS module not found/ too old
-
- Set File$Type_FCA Squash
- Set Alias$@RunType_FCA Run KleinFS#%*0
- Set Alias$@LoadType_FCA Load KleinFS#%*0
-
- | Patch up the ADFS Filer module, if possible
- Filer_Run <KleinFS_Disc$Dir>.PatchObey
-
- | and now start up the filer
- Unset KleinFS$Loaded
- Set KleinFS$Start Warm
- RMEnsure KleinFS_Resources 0.07 Set KleinFS$Start Cold
-
- If "<KleinFS$Start>" = "Cold" Then Run <KleinFS_Disc$Dir>.!LoadFiler
- If "<KleinFS$Start>" <> "Cold" Then Filer_Run KleinFS#Resources:$.Apps.!KFS_Filer
-