home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 33 VDrivers / 33-VDrivers.zip / os214b.exe / PREPARE.CMD < prev    next >
OS/2 REXX Batch file  |  1994-08-25  |  672b  |  27 lines

  1. @echo off
  2. if .%1==. goto SHOWUSAGE
  3. IF .%2==. GOTO SHOWUSAGE
  4.  
  5. :ONEPARAM
  6. if not exist %2\OS2\INSTALL\DSPINSTL.EXE GOTO SHOWUSAGE
  7. if not exist %1\tsw32256.DSC GOTO SHOWUSAGE
  8.  
  9. %2\os2\attrib -r %2\os2\screen0*.*
  10. copy %1\screen0*.* %2\os2
  11. %2\os2\unpack %1\vsvga.sy_ %2
  12. ECHO OFF
  13. ECHO ******************************************************
  14. ECHO *** You must now shut down your system and reboot !***
  15. ECHO ******************************************************
  16.  
  17. goto LASTEXIT
  18.  
  19. :SHOWUSAGE
  20. echo Usage: PREPARE A: C:
  21. echo Where A: is the drive with the Tseng Installation Diskette.
  22. echo and C: is the drive where OS/2 is installed.
  23.  
  24. goto LASTEXIT
  25.  
  26. :LASTEXIT
  27.