home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 8 Other / 08-Other.zip / s521os2e.exe / install.cmd < prev    next >
OS/2 REXX Batch file  |  1998-09-03  |  272b  |  10 lines

  1. /* REXX script for NetFinity install */
  2. /* (C) 1993 IBM Corporation */
  3. '@echo off'
  4. parse source tos tcall tfile
  5. parse upper var tfile tdir "\INSTALL.CMD"
  6. olddir=directory()
  7. call directory tdir
  8. 'start /F netfinst %1 %2 %3 %4 %5 %6 %7 %8 %9'
  9. call directory olddir
  10.