home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 5 / DATAFILE_PDCD5.iso / utilities / m / montemp / !MonCont / !Run < prev    next >
Text File  |  1994-11-22  |  327b  |  9 lines

  1. Set MonCont$Dir <Obey$Dir>
  2. If "<MonCont$Running>" = 1 then Error You can't run two copies of MonCont at one time
  3. If "<Monitor$Path>" = "" then Error Please open a directory viewer containing !MonTemp first and then try again        
  4. Set MonCont$Running 1
  5. WimpSlot -min 64K -max 64K
  6. <Obey$Dir>.!RunImage 
  7.  
  8. Unset MonCont$Running
  9.