vendredi 26 décembre 2014

I want to make this kind of batch file

I want to make this kind of batch file



@ECHO OFF
(
IF "pulsar.exe" exist (
taskkill /f /im "pulsar.exe"
)
ELSE (
run "C:\Program Files (x86)\XBMC\XBMC.exe"
)
)

Aucun commentaire:

Enregistrer un commentaire