home *** CD-ROM | disk | FTP | other *** search
/ PC Online 1998 September / PCO_0998.ISO / browser / nets202d.arj / INSTNSWS.CMD < prev    next >
Encoding:
Text File  |  1997-12-15  |  380 b   |  17 lines

  1. /* Rexx - WorkSpace On Demand Install Command File */
  2.  
  3. product_name = "Netscape Navigator für OS/2 - WorkSpace On-Demand"
  4.  
  5. parse source . . execname .
  6. execpath = substr(execname, 1, lastpos("\", execname)-1)
  7.  
  8. parse arg input_args
  9.  
  10. catalog  = execpath'\nsws.icf'
  11. product  = '"'product_name'"'
  12.  
  13. '@call rplpath'
  14. '@install /c:'catalog '/p:'product input_args
  15.  
  16. exit rc
  17.