home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 21 PDrivers / 21-PDrivers.zip / 4076os2u.zip / SETUP.CMD < prev    next >
OS/2 REXX Batch file  |  1993-07-20  |  397b  |  24 lines

  1. @echo off
  2. if exist A:\PTOS2.EXE goto A
  3. if exist B:\PTOS2.EXE goto B
  4. if exist PTOS2.EXE goto EXEC
  5.  
  6. :A
  7. A:
  8. cd \
  9. goto EXEC
  10.  
  11. :B
  12. B:
  13. cd \
  14.  
  15. :EXEC
  16. cls
  17. echo  
  18. echo  
  19. echo ***************************************************************
  20. echo * Now loading the OS/2 Printer Setup Utility.  Please wait... *
  21. echo ***************************************************************
  22. PTOS2
  23. cls
  24.