home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 5 / DATAFILE_PDCD5.iso / utilities / s1 / showtext / !ShowText / !Run next >
Text File  |  1993-02-10  |  672b  |  24 lines

  1.    
  2.    | -------------------------------------
  3.    | Run file for application : !showtext
  4.    | -------------------------------------
  5.    
  6.      Set ShowText$Dir <Obey$Dir>
  7.      IconSprites <Obey$Dir>.!Sprites
  8.    
  9.    | Loading interface module:
  10.    
  11.      If "<System$Path>"=""  then Error 0 System resources cannot be found
  12.      RMEnsure SharedCLibrary 0 RMLoad System:modules.CLib
  13.      RMEnsure InterfaceManager 2.00 RMLoad <Obey$Dir>.Interface
  14.      RMEnsure InterfaceManager 2.00 Error Couldn't load Interface module
  15.    
  16.    | Set Maximium number of lines in TextFile:
  17.  
  18.      Set Text$Lines 36
  19.  
  20.    | Run program:
  21.  
  22.      WimpSlot -min 64K -max 64K
  23.      Run <Obey$Dir>.!RunImage 
  24.