home *** CD-ROM | disk | FTP | other *** search
/ Magazyn WWW 1999 July / www_07_1999.iso / prog / os2 / comm / comm404.exe / instnsws.cmd < prev    next >
OS/2 REXX Batch file  |  1998-09-16  |  390b  |  17 lines

  1. /* Rexx - WorkSpace On Demand Install Command File */
  2.  
  3. product_name = "Netscape Communicator 4.04 dla 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'\ns40ws.icf'
  11. product  = '"'product_name'"'
  12.  
  13. '@call rplpath'
  14. '@install /c:'catalog '/p:'product input_args
  15.  
  16. exit rc
  17.