home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 21 PDrivers / 21-PDrivers.zip / 4076COS2.zip / ptos2.zip / TOOLKIT.CMD < prev   
OS/2 REXX Batch file  |  1994-03-21  |  185b  |  18 lines

  1. @echo off
  2. if exist PTOS2.EXE goto EXEC
  3. if exist A:\PTOS2.EXE goto A
  4. if exist B:\PTOS2.EXE goto B
  5.  
  6. :A
  7. A:
  8. cd \
  9. goto EXEC
  10.  
  11. :B
  12. B:
  13. cd \
  14.  
  15. :EXEC
  16. start "Toolkit" /F PTOS2 -t
  17.  
  18.