Résolu AVIS | Commandes persos en .bat ?!?!

  • Auteur de la discussion Auteur de la discussion TraZox
  • Créé le Créé le
Statut
N'est pas ouverte pour d'autres réponses.

TraZox

Membre
Inscription
21 Juin 2013
Messages
210
Réactions
34
Points
7 039
RGCoins
25
Salut!
Je faisais n'importe avec le notepad et j'en suis arrivé à ceci:¸
Un petit truc que tu rentre tes commandes persos ;)

________________________________________​
@echo off
:COMMANDE
cls
color b
Set input=
echo ...........Copyright AlexFX© 2015.............
echo Si tu cherche des commandes ecrit help.
set /p input= Commande:
if %input%==help goto HELP
if %input%==youtube goto YT
if %input%==twitter goto TW
if %input%==dttw goto DTTW
if %input%==jetaime goto LOV
if %input%==skype goto SK
if %input%==gamejolt goto GJ
cls
echo Commande Invalide!
pause
goto COMMANDE

:GJ
SET BROWSER=chrome.exe
SET WAIT_TIME=1
START %BROWSER% -new-tab " "
cls
goto COMMANDE

:LOV
cls
color c
echo Je t'aime aussi ;)
color c
echo Je t'aime aussi ;)
color 4
echo Je t'aime aussi ;)
color c
echo Je t'aime aussi ;)
color 4
echo Je t'aime aussi ;)
color 4
echo Je t'aime aussi ;)
pause
goto commande

:DTTW
SET BROWSER=chrome.exe
SET WAIT_TIME=1
START %BROWSER% -new-tab " "
cls
goto COMMANDE


:YT
SET BROWSER=chrome.exe
SET WAIT_TIME=1
START %BROWSER% -new-tab " "
cls
goto COMMANDE

:TW
SET BROWSER=chrome.exe
SET WAIT_TIME=1
START %BROWSER% -new-tab "
cls
goto COMMANDE

:HELP
cls
echo youtube: Affiche la chaine youtube de AlexFX!
echo twitter: Affiche le profile twitter de AlexFX!
echo dttw: Affiche la page du jeu Dont Touch The Wall!(cree par AlexFX)
echo skype: Affiche le skype de AlexFX!
echo jetaime: Affiche un message juste pour toi!
echo gamejolt: Affiche le profile GameJolt de AlexFX!
pause
cls
goto COMMANDE

:SK
cls
echo Skype: alexfxcontact
pause
goto commande

_________________________________________________

Voilà!
Si vous voulez le tester copiez le dans un document texte et enregistrez sous <n'importe>.bat
Et vous m'en donnerez des nouvelles ;)
 
Statut
N'est pas ouverte pour d'autres réponses.
Retour
Haut