home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 28
/
amigaformatcd28.iso
/
-seriously_amiga-
/
comms
/
other
/
iris
/
browsewww.rexx
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
OS/2 REXX Batch file
|
1998-04-23
|
210 b
|
13 lines
/* REXX script to start AWeb */
parse arg URL
if show('P','AWEB.1') then
do
address 'AWEB.1' 'OPEN 'URL
address 'AWEB.1' 'SCREENTOFRONT'
end
else
do
address command 'cd AWeb3:'||'0a'x||'AWeb-II 'URL
end