home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 21 PDrivers / 21-PDrivers.zip / 4076os2u.zip / TOOLKIT.CMD < prev    next >
OS/2 REXX Batch file  |  1993-05-25  |  468b  |  19 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. PTOS2 -t
  17.  
  18.  
  19.