home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 22 / CD_ASCQ_22_0695.iso / win / fr / visof117 / instal.xxx < prev    next >
Text File  |  1994-11-07  |  1KB  |  40 lines

  1. ECHO OFF
  2. IF EXIST setup.ex$ GOTO DEB
  3. ECHO "Le répertoire courant doit etre le lecteur ou le répertoire"
  4. ECHO " contenant les fichiers d'installation"
  5. GOTO FIN
  6. :DEB
  7. IF EXIST setup.exe GOTO FIN1
  8. copy cac1.txt xxxxxxxx.xxx
  9. IF NOT EXIST xxxxxxxx.xxx GOTO PROTECT
  10. del xxxxxxxx.xxx
  11. IF "%1"=="" GOTO DEF
  12. ECHO "Fabrication du fichier d'installation"
  13. %1\expand setup.ex$ setup.exe
  14. IF NOT EXIST setup.exe GOTO ANORMAL
  15. copy cac1.txt lisezmoi.txt
  16. ECHO "Demarrage de l'installation"
  17. ECHO ON
  18. %1\win setup.exe
  19. GOTO FIN
  20. :DEF
  21. ECHO "Fabrication du fichier d'installation"
  22. c:\windows\expand setup.ex$ setup.exe
  23. IF NOT EXIST setup.exe GOTO ANORMAL
  24. copy cac1.txt lisezmoi.txt
  25. ECHO "Demarrage de l'installation"
  26. :FIN1
  27. ECHO "Pour installer, faire exécuter sous windows setup.exe"
  28. PAUSE
  29. ECHO ON
  30. c:\windows\win setup
  31. GOTO FIN
  32. :PROTECT
  33. ECHO "La disquette ne doit pas etre protégée en écriture"
  34. GOTO FIN
  35. :ANORMAL
  36. ECHO "Si Windows n'est pas installe dans c:\windows"
  37. ECHO "Vous devez donner le chemin ou est installe Windows en parametre. Par exemple :"
  38. ECHO "instal d:\windows"
  39. :FIN
  40.