Re: Problem to keep files in order during an impression with ShellExecute

2009-12-01 Thread Bob Kline
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

Problem to keep files in order during an impression with ShellExecute

2009-12-01 Thread Christian Démolis
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