home *** CD-ROM | disk | FTP | other *** search
/ Freelog 45 / Freelog045.iso / Bas / Maj / Lilimath / DISK2.BAT < prev    next >
DOS Batch File  |  1999-04-06  |  757b  |  40 lines

  1. @echo off
  2. rem IL FAUT COMMENCER PAR DISK1.BAT SUR LE DISQUE 1
  3. rem if not exist c:\lilimath\nul goto errcom
  4. echo.
  5. echo ==================
  6. echo Copie des fichiers
  7. echo ==================
  8. echo.
  9. cd disk2
  10. copy *.zip c:\lilimath
  11. cd ..
  12. echo ==========================
  13. echo Décompression des fichiers
  14. echo ==========================
  15. c:
  16. cd \lilimath
  17. rem [disk2]
  18. unzip.exe -o a*.zip
  19. del a*.zip
  20. unzip.exe -o b*.zip
  21. del b*.zip
  22. unzip.exe -o c*.zip
  23. del c*.zip
  24. unzip.exe -o d*.zip
  25. del d*.zip
  26. cd ..
  27. echo  
  28. echo Disque 2 terminΘ.
  29. echo  
  30. echo Mainenant vous pouvez placer la disquette 3 
  31. echo dans le lecteur et utiliser DISK3
  32. echo  
  33. goto fin
  34. :errcom
  35. echo Exécuter d'abord le programme Disk1.bat de la disquette 1.
  36. pause
  37. goto fin
  38. :fin
  39.  
  40.