Voila je crée mon installartion de windows XP automatique . ..
Et a un moment, pour installer les mises a jours KB, voila le code :
@echo off
echo 00 pourcent - patch - KB825119 By STK
start / wait . \patchs\KB825119.exe -u -z -q
echo 02 pourcent - patch - KB833407 By STK
start / wait . \patchs\KB833407.exe -u -z -q
echo 05 pourcent - patch - KB828028 By STK
start / wait . \patchs\KB828028.exe -u -z -q
echo 07 pourcent - patch - KB824105 By STK
start / wait . \patchs\KB824105.exe -u -z -q
echo 10 pourcent - patch - KB822603 By STK
start / wait . \patchs\KB822603.exe -u -z -q
echo 12 pourcent - patch - KB828035 By STK
start / wait . \patchs\KB828035.exe -u -z -q
echo 15 pourcent - patch - KB840315 By STK
start / wait . \patchs\KB840315.exe -u -z -q
echo 18 pourcent - patch KB839643 By STK
start / wait . \patchs\KB839643.exe -u -z -q
echo 20 pourcent - patch KB885826 By STK
start / wait . \patchs\KB885626.exe -u -z -q
echo 22 pourcent - patch KB873376 By STK
start / wait . \patchs\KB873376.exe -u -z -q
echo 24 pourcent - patch KB841533 By STK
start / wait . \patchs\KB841533.exe -u -z -q
echo 26 pourcent - patch KB840374 By STK
start / wait . \patchs\KB840374.exe -u -z -q
echo 28 pourcent - patch KB841873 By STK
start / wait . \patchs\KB841873.exe -u -z -q
echo 30 pourcent - patch KB824151 By STK
start / wait . \patchs\KB824151.exe -u -z -q
echo 32 pourcent - patch KB885523 By STK
start / wait . \patchs\KB885523.exe -u -z -q
echo 34 pourcent - patch KB810217 By STK
start / wait . \patchs\KB810217.exe -u -z -q
echo 36 pourcent - patch KB824146 By STK
start / wait . \patchs\KB824146.exe -u -z -q
echo 38 pourcent - patch KB824141 By STK
start / wait . \patchs\KB824141.exe -u -z -q
echo 40 pourcent - patch KB887811 By STK
start / wait . \patchs\KB887811.exe -u -z -q
echo 42 pourcent - patch KB835732 By STK
start / wait . \patchs\KB835732.exe -u -z -q
echo 45 pourcent - patch KB837001 By STK
start / wait . \patchs\KB837001.exe -u -z -q
echo 47 pourcent - patch KB828741 By STK
start / wait . \patchs\KB828741.exe -u -z -q
echo 50 pourcent - patch KB839645 By STK
start / wait . \patchs\KB839645.exe -u -z -q
echo 52 pourcent - patch KB841356 By STK
start / wait . \patchs\KB841356.exe -u -z -q
echo 55 pourcent - patch KB826939 By STK
start / wait . \patchs\KB826939.exe -u -z -q
echo 58 pourcent - patch KB871250 By STK
start / wait . \patchs\KB871250.exe -u -z -q
echo 60 pourcent - patch KB873339 By STK
start / wait . \patchs\KB873339.exe -u -z -q
echo 62 pourcent - patch KB885835 By STK
start / wait . \patchs\KB885835.exe -u -z -q
echo 65 pourcent - patch KB885836 By STK
start / wait . \patchs\KB885836.exe -u -z -q
echo 67 pourcent - patch KB886185 By STK
start / wait . \patchs\KB886185.exe -u -z -q
echo 70 pourcent - patch KB887822 By STK
start / wait . \patchs\KB887822.exe -u -z -q
echo 72 pourcent - patch KB888113 By STK
start / wait . \patchs\KB888113.exe -u -z -q
echo 75 pourcent - patch KB888302 By STK
start / wait . \patchs\KB888302.exe -u -z -q
echo 77 pourcent - patch KB890047 By STK
start / wait . \patchs\KB890047.exe -u -z -q
echo 80 pourcent - patch KB890175 By STK
start / wait . \patchs\KB890175.exe -u -z -q
echo 82 pourcent - patch KB890859 By STK
start / wait . \patchs\KB890859.exe -u -z -q
echo 85 pourcent - patch KB891711 By STK
start / wait . \patchs\KB891711.exe -u -z -q
echo 88 pourcent - patch KB891781 By STK
start / wait . \patchs\KB891781.exe -u -z -q
echo 91 pourcent - patch KB893086 By STK
start / wait . \patchs\KB893086.exe -u -z -q
echo 94 pourcent - patch KB840987 By STK
start / wait . \patchs\KB840987.exe -u -z -q
echo 97 pourcent - patch KB885250 By STK
start / wait . \patchs\KB885250.exe -u -z -q
echo dernier patch - patch KB873333 By STK
start / wait . \patchs\KB873333.exe -u -z -q
Il sert a prendre les fichiers de lmises a jour et a les installer, mais par contre, je souhaiterais pouvoir mettre du texte entre tout sa :
par exemple que sa affiche :
00 pourcent - patch - KB825119 By STK
Voila vous etes en train de faire installer les fichiers de mise a jour, il servent a proteger votre ordinateur contre les virus et intrusions .
Pendant l´install on a ce texte .
Quand l´install du premier fichier est terminée, je veut que sa efface cette frenetre, puis sa afiche un autre message :
02 pourcent - patch - KB833407 By STK
Comme cela, windows update est completement inutile a lancer, vu que ce sont les miuses a jour depuis le SP1 ( intégré a l´ordinateur ) et jusqu´a juin 2005 ! !!
Voila je voudrais que sa efface la fenetre pour pouvoir afficher la suite avec encore une fois un nouveau texte a l´acran . ..