Lut tout le monde, Je voudrais savoir si ces quelques lignes de scripts sont du dos, du Ms-dos et autre chose encore ;-) D'avance merci @echo off if exist \\%svrgroups%\Inventory$\%COMPUTERNAME%.txt GOTO FIN: set username >c:\user.txt c: cd\ dir user.txt >space.txt date /T >c:\date.txt dir c:\appl\flags\*.flg /B/L >c:\flags.txt dir c:\*. /B/L >c:\racine.txt dir c:\appl\*. /B/L >c:\appl.txt cd\program files dir *. /B/L >c:\pf.txt cd\ ipconfig /ALL >c:\ip.txt copy user.txt + date.txt + \\%SvrGroups%\Inventory$\ip.txt + ip.txt + \\%SvrGroups%\Inventory$\flags.txt + flags.txt + \\%SvrGroups%\Inventory$\racine.txt + racine.txt + \\%SvrGroups%\Inventory$\appl.txt + appl.txt + \\%SvrGroups%\Inventory$\pf.txt + pf.txt + \\%SvrGroups%\Inventory$\space.txt + space.txt %COMPUTERNAME%.txt del user.txt del space.txt del date.txt del flags.txt del ip.txt del racine.txt del appl.txt del pf.txt copy c:\%COMPUTERNAME%.txt \\%SvrGroups%\Inventory$\%COMPUTERNAME%.txt DEL C:\%COMPUTERNAME%.txt :FIN
ça ressemble à un script Batch (.bat)
Ouaip. Un batch pour DOS EDIT: Ca me rappel l'époque de mes multiboot :'( Nostalgie quand tu nous tien
Oui c'est un script batch Très pratique
Ce que je ne comprend pas c'est que son extension c'est *.cmd ??!!!
cmd = scripts pour Windows NT/2000/XP, à peu près pareil que les .bat du DOS, mais vu que certaines commandes sont différentes en NT...
Ah ok ok ok ok Merci beaaucoup !!!!!!