lancher

Vous avez réalisé un script utile, faites en profiter la communauté !

Modérateur : WIN32-[GG]

Répondre
art
Batcheur débutant
Messages : 13
Enregistré le : 13 mars 2015 00:21

lancher

Message par art »

i

Code : Tout sélectionner

@echo off
cls &color c
echo hello %username%
echo What to lanch?
echo 1.notepad
echo 2.google
echo 3.files
set /p ch=
if %ch%== 1 goto note
if %ch%== 2 goto google
if %ch%== 3 goto files
:files
open c:\user\dekstop

:google
start chrome.exe
:notepad
start notepad.exe
 
Marie998
Batcheur occasionnel
Messages : 1
Enregistré le : 21 déc. 2015 09:24

Re: lancher

Message par Marie998 »

Very Nice post................,
james
Répondre