Page 1 sur 1

lancher

Posté : 13 mars 2015 01:09
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
 

Re: lancher

Posté : 21 déc. 2015 09:33
par Marie998
Very Nice post................,