home *** CD-ROM | disk | FTP | other *** search
- /* Rexx - WorkSpace On Demand Install Command File */
-
- product_name = "Netscape Communicator 4.61 for 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
-