home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 29 Fixes_o / 29-Fixes_o.zip / dcafcsd.zip / INSTALL.CMD < prev    next >
OS/2 REXX Batch file  |  1990-10-11  |  249b  |  9 lines

  1. /* Distributed Console Access Facility Installation */
  2. trace Off
  3. '@ECHO OFF'
  4. parse upper source . . file
  5. parse upper arg arg1 .
  6. drive = filespec("drive",file)
  7. 'START /N /F /PM 'drive'MAKEPKG 'arg1  /* start the installation program */
  8. exit
  9.