Christian Démolis wrote:
> Hello everybody,
>
> I have a problem about win32api.ShellExecute. I want to print multiple
> pdf files using ShellExecute
>
> for s in self.ListeDesCheminsPdf: # On envoie à l'impression
> les différent pdf qui sont sur le disque
> win32api.ShellExe
Hello everybody,
I have a problem about win32api.ShellExecute. I want to print multiple pdf
files using ShellExecute
for s in self.ListeDesCheminsPdf: # On envoie à l'impression les
différent pdf qui sont sur le disque
win32api.ShellExecute(0, "print", s, None, ".", 0)
It wor