home *** CD-ROM | disk | FTP | other *** search
- | !Run file for the Datafile catalogue.
- |
- | fully copyrighted programme:
- |
- | (c) Dirk-Willem van Gulik,
- | Enschede, The Netherlands
- | 14 November 1992
- |
- | This is a restricted 1.12 release
- | #marked: 1-009-.43
- |
- | Not to be copied, lent, sold, hired, duplicated,
- | distributed without prior written consent from
- | the author.
- |
- | This is NOT PD, NOT ShareWare, NOT FreeWare
- |
- set DataFile+$data <obey$dir>.cdata
- set DataFile+$dir <obey$dir>
-
- set Xref$server <obey$dir>.!RunImage
- set Xref$serverdir <obey$dir>
-
- | Load the ArcFS module ....
- | this is used to read the archived catalogue,
- | consult programmers/reference manual for
- | information about the underlying principles
- |
-
- RMensure ArcFS 0.30 IF "<ARCFS$DIR>"="" THEN ERROR 1 No ArcFS can be found
- RMensure ArcFS 0.30 RMLOAD <ARCFS$DIR>.ArcFSMod
- RMensure ArcFS 0.30 ERROR 1 Cannot find 0.30 or higher version of ArcFS
- |
- CloseArchive
- OpenArchive <obey$dir>.cdata
- set DataFile+$Data arcfs#cdata:$
-
- | For all those HD/Menon loving people..
- iconsprites <obey$dir>.!Sprites
-
- | Here, the version of your windowmanager is checked. If it is
- | below 3.00 a programme 'interf_load' will be run. This programme
- | will search for the interface manager in several places, without
- | returning an error if it cannot find a decent version.
- |
- | You can comment them out if you have ro 3.00 or above.
- | set old off
- | rmensure WindowManager 3.00 set old on
- | IF "<old>"="on" then rmensure interfacemanager 2.00 /<obey$dir>.intrf_load
- | unset old
-
- | If you want to be really sure that the interface module is loaded,
- | and to get an error if not, replace that last line with something
- | like this :
- | rmensure interfacemanager 2.00 rmload system:modules.interface
-
- | check out carefully, not too sure for 1 Mb machines
- | with small memory chunks, on 'machine-hang' increase
- | to 64k. (With older BASICs, down to 32k has reported to
- | work ..!)
- |
- | Flag's..
- | -D overide 'drag-a-sprite' bit in CMOS ram, i.e.
- | always try to use fancy drag sprite
- | -F use fancy fonts
- |
- wimpslot -min 150k -max 150k
- set flags "-F -D "
- rmensure utilitymodule 3.10 set flags ""
- run <xref$server> <flags> -C <DataFile+$dir>.!Config -MAX 1300k
-