home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / programs / comms_networking / imagemap2 / !ImageMap2 / Scripts / !PCABoot < prev   
Encoding:
Text File  |  1998-07-12  |  448 b   |  18 lines

  1. | !ImageMap.!PCABoot
  2. | (C) David McCormack, 1998
  3. | Automatically boot up PCA support applets.
  4.  
  5. Set ImageMap$PCASupport 1
  6. If "<PCAResources$Dir>" = "" Then Set ImageMap$PCASupport 0
  7.  
  8. | Check for PCA support module
  9. |
  10. RMEnsure PCASupport 0.15 If "<PCAResources$Dir>" <> "" Then RMload <PCAResources$Dir>.PCA
  11. RMEnsure PCASupport 0.15 Set ImageMap$PCASupport 0
  12.  
  13. If "<ImageMap$PCASupport>"= "0" Then Obey
  14.  
  15. BootPCA defaultspr
  16.  
  17. Set ImageMap$PCABoot Booted
  18.