home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 5 / DATAFILE_PDCD5.iso / utilities / j / jfs_aol / !InstJF-A / !Run < prev    next >
Text File  |  1996-10-17  |  843b  |  27 lines

  1. | Install the !JFShared resource directory into the !System area
  2. | Install version 1.06
  3. Set InstallJFAOL$Dir <Obey$Dir>
  4. IconSprites <Obey$Dir>.!Sprites
  5.  
  6. | We /need/ MessageTrans
  7. RMEnsure MessageTrans 0.23 RMLoad System:Modules.MsgTrans
  8.  
  9. | If JFShared isn't around then we have a problem
  10. If "<JFShared$Path>"="" Then Error InstallJF-AOL requires JFShared to have been seen - JFShared should have been supplied with InstallJF-AOL
  11.  
  12. | Load the sample player
  13. RMLoad <InstallJFAOL$Dir>.Samples.!Player.SampPlayer
  14.  
  15. | Load the DrawFile module
  16. RMEnsure DrawFile 1.43 RMLoad <InstallJFAOL$Dir>.DrawFile
  17.  
  18. | We need to kill the AudioManager module if it is present
  19. Set Flag True
  20. RMEnsure AudioManager 0.00 Set Flag False
  21. If "<Flag>" = "True" Then RMKill AudioManager
  22. Unset Flag
  23.  
  24. | Now run the program
  25. WimpSlot -min 128k -max 128k
  26. Run <Obey$Dir>.!RunImage
  27.