home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Magazyn WWW 1999 April
/
cd24-www.iso
/
prog
/
os2
/
comm
/
comm404.exe
/
instnsws.cmd
< prev
next >
Wrap
OS/2 REXX Batch file
|
1998-09-16
|
390b
|
17 lines
/* Rexx - WorkSpace On Demand Install Command File */
product_name = "Netscape Communicator 4.04 dla OS/2 - WorkSpace On-Demand"
parse source . . execname .
execpath = substr(execname, 1, lastpos("\", execname)-1)
parse arg input_args
catalog = execpath'\ns40ws.icf'
product = '"'product_name'"'
'@call rplpath'
'@install /c:'catalog '/p:'product input_args
exit rc