home *** CD-ROM | disk | FTP | other *** search
- /* Lanceur IBrowse */
-
- parse arg '"' filename '"'
- if (filename = "") THEN
- parse arg filename
-
- if ~show("p",'IBROWSE') then do
- address command 'run >NIL: Net:IBrowse1.2/IBrowse' /* change if you've put IBrowse */
- end
-
- IBloop:
- result = SHOW("p","IBROWSE")
- if result=0 then signal IBloop
- address 'IBROWSE'
- GOTOURL '"file://localhost/'filename'"'
-