[ Index ] |
PHP Cross Reference of Unnamed Project |
[Summary view] [Print] [Text view]
1 :: Script de mise en place et d'actualisation des driverpacks. 2 :: A lancer réguliierement pour l'actualisation des pilotes 3 :: Le fichier DPbase.ini est pre-configure pour installer tous les 4 :: packs en mode silencieux. Les transferts sont optimise, on peut 5 :: donc mettre tous les drivers sans pb ! 6 :: ce script peut être lancé autant de fois que l'on veut afin de mettre a jour les drivers 7 8 echo installation des driverpacks 9 10 if not exist y:\unattended\install\drvbase\DPs_base.exe start /wait y:\unattended\install\drvbase\DPs_BASE_1006.exe 11 start /wait y:\unattended\install\drvbase\DPs_base.exe 12 13 :: Il faut copier les packs dans $1 afin qu'ils soient copiés sur c: 14 :: lors de la copie initiale en mode nt5xinstall 15 :: 16 17 if not exist y:\unattended\install\os\xp\OEM goto erreur 18 if not exist y:\unattended\install\os\xp\i386\$OEM$ md y:\unattended\install\os\xp\I386\$OEM$ 19 if not exist y:\unattended\install\os\xp\i386\$OEM$\$1 md y:\unattended\install\os\xp\I386\$OEM$\$1 20 move /y y:\unattended\install\os\xp\OEM y:\unattended\install\os\xp\I386\$OEM$\$1 21 exit 22 23 :erreur 24 25 echo ERREUR : driverpacks non installés ! 26 pause
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Tue Mar 17 22:47:18 2015 | Cross-referenced by PHPXref 0.7.1 |