fix: Retire les guillemets au titre

This commit is contained in:
2025-07-30 18:11:10 +02:00
parent 8498d569dd
commit 9ee7e4eb36

View File

@@ -1,6 +1,6 @@
@echo off @echo off
mode con: cols=120 lines=40 mode con: cols=120 lines=40
title "LA COMPANIE" title LA COMPANIE
cd /d "%USERPROFILE%\Documents\cmd-alexandra-toxicity" cd /d "%USERPROFILE%\Documents\cmd-alexandra-toxicity"
python jeu.py python jeu.py
pause > nul pause > nul