home *** CD-ROM | disk | FTP | other *** search
/ World of A1200 / World_Of_A1200.iso / programs / develop / visualarts / vainstall / install.rexx next >
OS/2 REXX Batch file  |  1995-02-27  |  119b  |  9 lines

  1. /* Visual Arts installation */
  2.  
  3. address command
  4. say "copying..."
  5. 'copy #?.h include:'
  6. 'copy #?.lib lib:'
  7. say "done."
  8.  
  9.