Robot : Le terme «robot» n'est pas reconnu comme nom d'applet de commande, fonction, fichier de script ou programme exécutable. Vérifiez

Hello Everyone

I face an issue when i try to launche my simple test on VScode by the cmd : robot .\test.robot.

robot : Le terme «robot» n’est pas reconnu comme nom d’applet de commande, fonction, fichier de script ou programme exécutable. Vérifiez **
l’orthographe du nom, ou si un chemin d’accès existe, vérifiez que le chemin d’accès est correct et réessayez.
Au caractère Ligne:1 : 1
+ robot .\test.robot
*+ ~~~~~

** + CategoryInfo : ObjectNotFound: (robot:String) [], CommandNotFoundException
*
** + FullyQualifiedErrorId : CommandNotFoundException**

thank you in advance for your help.

Regards
Morad

You have to add <path_to_your_Python\Scripts to the environment variable %PATH%.
Then you need to open a new Command Window to use the change.