home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2000 October
/
Chip_2000-10_cd1.bin
/
zkuste
/
SVET_OS2
/
NETS_461
/
CESKY
/
COMM461.EXE
/
instnsws.cmd
< prev
next >
Wrap
OS/2 REXX Batch file
|
1999-09-16
|
390b
|
17 lines
/* Rexx - WorkSpace On Demand Install Command File */
product_name = "Netscape Communicator 4.61 pro OS/2 - WorkSpace On-Demand"
parse source . . execname .
execpath = substr(execname, 1, lastpos("\", execname)-1)
parse arg input_args
catalog = execpath'\ns46ws.icf'
product = '"'product_name'"'
'@call rplpath'
'@install /c:'catalog '/p:'product input_args
exit rc