home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2000 March
/
Chip_2000-03_cd.bin
/
zkuste
/
SvetOS2
/
NETS_404
/
ANGLICKY
/
COMM404.EXE
/
instnsws.cmd
< prev
next >
Wrap
OS/2 REXX Batch file
|
1998-12-08
|
390b
|
17 lines
/* Rexx - WorkSpace On Demand Install Command File */
product_name = "Netscape Communicator 4.04 for 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