home *** CD-ROM | disk | FTP | other *** search
/ Media Gallery 1995 October / MG_1095.ISO / spea / manual.bat < prev    next >
DOS Batch File  |  1995-08-17  |  457b  |  36 lines

  1. @echo off
  2.  
  3. :manual
  4.  
  5. IF "%2i" == "-txti" GOTO txt
  6. IF "%2i" == "-gfxi" GOTO gfx
  7. GOTO ende
  8.  
  9. :txt
  10. cd \spea
  11. manl_txt.exe %1
  12. GOTO install
  13.  
  14. :gfx
  15. cd \spea
  16. manl_gfx.exe %1
  17.  
  18. :install
  19.  
  20.  IF ERRORLEVEL== 1 GOTO  1
  21.  GOTO ende
  22.  
  23. rem **********************************Deutsch ****************************
  24.  
  25. :1
  26. cd \
  27. call speainst.bat
  28. goto manual
  29.  
  30.  
  31. *************************************** ende *******************************
  32.  
  33. :ende
  34. cls
  35. cd \
  36.