home *** CD-ROM | disk | FTP | other *** search
- /* */
-
- options results
- address command
- call pragma('D',':')
- CDName = pragma('D')
- if ~show('P','AWEB.1') then do
- 'Run >NIL: 'CDName'AACD/WebSites/AWeb3/AWebDemo Welcome.html LOCAL CONFIG Amigactive'
- do i = 1 to 3
- 'waitforport AWEB.1'
- end
- end
-
- address AWEB.1
- 'screentofront'
- 'wait all'
- 'open file://localhost/'CDName'AACD/WebSites/MailingLists/menu.html target title reload'
-
-