home *** CD-ROM | disk | FTP | other *** search
/ Media Gallery 1995 April / MG1.ISO / spea / obrowser.cmd < prev    next >
OS/2 REXX Batch file  |  1995-02-16  |  232b  |  24 lines

  1. @echo off
  2.  
  3. :browser
  4. cd \spea
  5. obrowser.exe %1
  6.  
  7. IF ERRORLEVEL==2 GOTO spea
  8. IF ERRORLEVEL==1 GOTO mg
  9. GOTO ende
  10.  
  11. :spea
  12. cd \spea
  13. call ospea.cmd %1
  14. GOTO browser
  15.  
  16. :mg
  17. cd \spea
  18. omgmini %1
  19. GOTO browser
  20.  
  21. :ende
  22. cls
  23. cd \
  24.