home *** CD-ROM | disk | FTP | other *** search
/ Media Gallery 1996 January / MG_0196.ISO / spea / install / stplus / os2 / install.cmd < prev    next >
OS/2 REXX Batch file  |  1994-12-01  |  402b  |  22 lines

  1. @echo off
  2. if .%1==. goto SHOWUSAGE
  3. IF .%2==. goto SHOWUSAGE
  4.  
  5. goto ONEPARAM
  6.  
  7. :ONEPARAM
  8. if not exist %1\tliw32pm.DLL GOTO SHOWUSAGE
  9.  
  10. copy %1\tliw32pm.DLL %2\OS2\DLL\tliw32pm.DLL
  11. goto LASTEXIT
  12.  
  13. :SHOWUSAGE
  14. echo Usage: INSTALL A: C:
  15. echo Where A: is the drive with the new Tseng driver Installation Diskette.
  16. echo and C: is the drive where OS/2 is installed.
  17.  
  18. goto LASTEXIT
  19.  
  20. :LASTEXIT
  21.  
  22.