Masquer l’éxécution d’un fichier de commandes

bandeau.fenetre.commande
[fr]

Si vous avez besoin d’exécuter un fichier de commande en tache de fond sans qu’une fenêtre ne s’ouvre, il vous suffit d’utiliser la commande START.
Pour cela utiliser la ligne de commande suivante :

START /B mon_fichier.cmd

D’autres paramètres sont disponibles, en couplant cette commande dans un fichier de commande et le dossier de démarrage, il vous sera alors possible d’automatiser des actions en arrière plan. Une bonne alternative aux services peu adapté au script!

[/fr]
[en]

If you need to run a command file in the background without a window opens, simply use the command START.
To do this use the following command line:

START / B file_name.cmd

Other parameters are available, combining this command in a command file and the startup folder, you will then be possible to automate actions in the background. A good alternative to the services poorly adapted to the script!

[/en]