Edit a file in cmd

Solved
aramir Posted messages 1131 Status Membre -  
aramir Posted messages 1131 Status Membre -
Hello,
I would like to know if it is possible to edit a .txt or .ini file with a Windows shell command under cmd, Thank you.
Configuration: Windows 2003 Firefox 3.5.6

12 réponses

aramir Posted messages 1131 Status Membre 226
 
```bat
@echo off
set /p key=Veuillez entrer la touche à remplacer F1:
echo Bindings=(Name="%key%",Command="start tt_rooftops_p?Game=TdGame.TDSPTimeTrialGame?Stretch=ETTS_EdgeA01?RaceType=0?OnlineMode=False",Control=False,Shift=False,Alt=True) >> votre_fichier.ini
```
1