script Dos pour générer un fichier avec une string
Bonjour;
Je souhaite écrire un script DOS qui construit une chaine de caractère comme suit : "Name={PARAMNAME_i}", "Value={PARAMVALUE_i}" ou "i" peux varier de 0 à N et ensuite redigirer le résultat de la boucle vers un fichier de sortie Txt ou cvs.
Le contenu du fichier est comme suit :
"Name={PARAMNAME_0}", "Value={PARAMVALUE_0}"
"Name={PARAMNAME_1}", "Value={PARAMVALUE_1}"
...................
"Name={PARAMNAME_N}", "Value={PARAMVALUE_N}"
En vous remerciant