home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 14 / CD_ASCQ_14_0694.iso / news / 4562 / installe.bat < prev    next >
DOS Batch File  |  1994-05-13  |  444b  |  36 lines

  1. @echo off
  2. cls
  3. if [%1] == [ampre] goto LAMPRE
  4. if [%1] == [AMPRE] goto LAMPRE
  5. if [%1] == [ampp] goto LAMPP
  6. if [%1] == [AMPP] goto LAMPP
  7. if [%1] == [amass] goto LAMASS
  8. if [%1] == [AMASS] goto LAMASS
  9. type a:lisezmoi
  10. goto FIN
  11. :LAMPRE
  12. c:
  13. cd \
  14. md ampre
  15. cd ampre
  16. a:pre!
  17. goto FIN
  18. :LAMPP
  19. c:
  20. cd \
  21. md ampp
  22. cd ampp
  23. a:ampp! -d
  24. a:dll!
  25. type a:dll
  26. goto FIN
  27. :LAMASS
  28. c:
  29. cd \
  30. md amass
  31. cd amass
  32. a:amass! -d
  33. a:dll!
  34. type a:dll
  35. :FIN
  36.