# -*- coding: iso-8859-1 -*- #. // _by_Run.py from comtypes.client import CreateObject #. // Lancer une application avec options. def by_Run( cExe, nDisplay = 1, lStop = True ): CreateObject( "WScript.Shell" ).Run( cExe, nDisplay, lStop ) return 0 ''' Dernière modification : 2022-01-31 '''