home *** CD-ROM | disk | FTP | other *** search
/ CD Action 3 / cdaction031996.iso / fonty / #start.bat next >
DOS Batch File  |  1996-07-02  |  439b  |  31 lines

  1. @echo off
  2. choice /c:[defgh] [podaj litere twojego cd-rom - d, e, f, g, h]
  3. if errorlevel 1 goto de
  4. if errorlevel 2 goto ee
  5. if errorlevel 3 goto fe
  6. if errorlevel 4 goto ge
  7. if errorlevel 5 goto he
  8.  
  9. goto end
  10.  
  11. :de
  12. win d:\fonty\instaluj.exe
  13. goto end
  14.  
  15. :ee
  16. win e:\fonty\instaluj.exe
  17. goto end
  18.  
  19. :fe
  20. win f:\fonty\instaluj.exe
  21. goto end
  22.  
  23. :ge
  24. win g:\fonty\instaluj.exe
  25. goto end
  26.  
  27. :he
  28. win h:\fonty\instaluj.exe
  29. goto end
  30.  
  31. :end