I have something that puts in a variable a changelog.
It looks like that :
# Amélioration
- [STR-275] Empecher de dumper les bases/tables vers le serveur source
# Bogue
- [STR-143] Impossible d'imprimer ou éditer le détail des contenants en Pilote
- [STR-277] Indication de la Cale d'une Ké7 dans l'écran Ajustement
- [STR-280] Le co_tranche vide n'est jamais détecté et provoque un plnateg de requete INSERT INTO DEPOTS_FACT
- [STR-282] S24 F7 GENERATION AUTOMATIQUE DES NOMS DE PRODUITS INCORRECT POUR MD7 PROST SECTORIELLE
- [STR-55] Il manque des données à l'affichage de 'Gérer les lots' / modifs params
- [STR-283] IMPOSSIBLE DE CREER UN EXPEDITEUR
- [STR-274] Impossible de créer un DDG WT lorsque le dépôt comporte trop de batchs
- [STR-264] Afficher bordereau - colonne batch non valorisée
It does it progammaticaly, and I want to write this into a file. The problem with
Code: Select all
echo %variable%>file.txt
is that it sends me this "echo ("# Am‚lioration" and never save it in file.txt.
I googled for a day now without success, and I stumble upon this forum where it seems possible to find an answer.
I can't manually interact with the variable as it is automatically generated.
Please help me !
Thanks in advance.