home *** CD-ROM | disk | FTP | other *** search
/ PC Collector 12 - Disc 4 / POOL_CHAMP.bin / DATA / COMMANDE / PODGOLD.BAT < prev    next >
DOS Batch File  |  1997-11-26  |  677b  |  48 lines

  1. @Echo off
  2.  
  3. :start
  4. cls
  5. Echo PC Collector n°12 (Janvier-Février 1998)
  6. Echo.
  7. Echo          ***** Pod Gold *****
  8. Echo.
  9. Echo Quelle version désirez-vous installer ?
  10. Echo.
  11. Echo     1 - Windows 95 normale (Direct X)
  12. Echo.
  13. Echo     2 - Windows 95 pour cartes 3DFX
  14. Echo.
  15. Echo     3 - Annulation
  16. Echo.
  17. Echo.
  18. choice /C:123 /N /S Votre choix :
  19. if errorlevel 3 goto annulation
  20. if errorlevel 2 goto 3dfx
  21. if errorlevel 1 goto win
  22. goto end
  23.  
  24. :win
  25. cd\
  26. cd data
  27. cd zip
  28. podemogs
  29. goto end
  30.  
  31. :3dfx
  32. cd\
  33. cd data
  34. cd zip
  35. podemogs3dfx
  36. goto end
  37.  
  38. :annulation
  39. Echo.
  40. Echo                               !!! Opération annulée !!!
  41. Echo.
  42. Pause
  43. goto end
  44.  
  45. :end
  46. cd\
  47. cls
  48.