home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 14 / AACD14.ISO / CDTools / S / SwitchRes < prev    next >
Text File  |  2000-09-21  |  362b  |  18 lines

  1. /* */
  2.  
  3. options results
  4. CDName = 'AACD14:'
  5.  
  6. 'Get URL var Welcome'
  7. if pos('LORES',upper(Welcome)) > 0 then 'Open "file://localhost/'CDName'Welcome.html"'
  8. else 'Open "file://localhost/'CDName'Welcome_Lores.html"'
  9.  
  10. 'Wait ALL'
  11. call addlib('rexxsupport.library',0,-30,0)
  12. call delay(40)
  13. 'Open "file://localhost/'CDName'html/NewsFlash.html#Moreoptions" target main'
  14.  
  15.  
  16.  
  17.  
  18.