home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 5 / DATAFILE_PDCD5.iso / education / a / numeric / !Numeric / !Run < prev    next >
Text File  |  1995-04-12  |  375b  |  10 lines

  1. Set Numeric$Dir <Obey$Dir>
  2. IconSprites <Numeric$Dir>.!Sprites
  3. Set Numeric$Try64 1
  4. RMEnsure UtilityModule 3 Set Numeric$Try64 0
  5. If Numeric$Try64 = 1 then RMensure BASIC64 0 RMload System:Modules.BASIC64
  6. WimpSlot -min 64K -max 64K
  7. If Numeric$Try64 = 0 then BASIC -quit <Numeric$Dir>.!RunImage
  8. If Numeric$Try64 = 1 then BASIC64 -quit <Numeric$Dir>.!RunImage
  9. UnSet Numeric$Try64
  10.