Set objShell = CreateObject("WScript.Shell")
objShell.Run "python C:\Users\STEPHANE\Documents\PYTHON\Informatique\Backup\backupFTP.py", 1, True
objShell.Run "shutdown /s /t 0", 1, False
