home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 33 VDrivers / 33-VDrivers.zip / s32os2.exe / GATEWAY.CMD < prev    next >
OS/2 REXX Batch file  |  1994-05-09  |  612b  |  25 lines

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