home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / diskmanager / dbase_1 / !DiskBase / !Run < prev    next >
Text File  |  1998-03-08  |  1KB  |  30 lines

  1. WimpSlot -min 128K -max 128K
  2.  
  3. Set DiskBase$Dir <Obey$Dir>
  4. IconSprites <DiskBase$Dir>.!Sprites
  5.  
  6. RMEnsure  MessageTrans 0.06  RMLoad <System$Path>Modules.MsgTrans
  7. RMEnsure  MessageTrans 0.06  RMLoad <DiskBase$Dir>.MsgTrans
  8. RMensure  MessageTrans 0.06  Error Module MsgTrans (version 0.06) not found
  9. | RMEnsure  BugBuster    1.00  RMLoad <DiskBase$Dir>.^.BugBuster
  10.  
  11. Set Alias$@RunType_555 /<DiskBase$Dir> %%*0
  12.  
  13. | If SetEval DiskBaseCheck 0 when loading a datafile NO check will be done to
  14. | ensure datafile integrity. If problems occur when doing a SHOW/SEARCH/DUPS,
  15. | be sure to SetEval DiskBaseCheck 1.
  16. | (Not setting DiskBaseCheck at all will also result in a check being done).
  17.  
  18. SetEval DiskBaseCheck 1
  19.  
  20. | Use SetEval DiskBaseMaxDynAreaSize <integer> to set limit the dynamic area
  21. | that DiskBase will claim (in Mb) or -1 for unlimited. See also !Help.
  22. | Claiming unlimited can exhaust memory of large memory systems very quickly
  23. | and can slow down the system.
  24. | The dynamic area will hold the datafile and most of the workspace DiskBase
  25. | uses, so make it at least a few 100 Kb bigger than the datafile to load !!
  26.  
  27. SetEval DiskBaseMaxDynAreaSize 8
  28.  
  29. Run <DiskBase$Dir>.!RunImage %*0
  30.