On 4/18/2006 11:39 PM, Jeff Groves wrote:
> I'm writing a launcher that should do the following:
>
> 1. Activate a .bat file to set environmental variables.
> 2. Start 3 programs, using said environmental variables as arguments.
>
> However, I can't get the environmental variables to stick becaus
On 2/17/2006 9:02 AM, Daniel Crespo wrote:
> Hi to all,
>
> I want to print a PDF right from my python app transparently. With
> "transparently" I mean that no matter what program handles the print
> petition, the user shouldn't be noticed about it.
>
> For example, when I want to print a PDF,
On 2/14/2006 11:25 AM, abcd wrote:
> I am using Python to create a process on another computer. Both
> computers are on the same domain with admin privileges.
>
> On computer B I have a batch script which starts a python script. From
> computer A I am doing the following:
>
> import wmi
> w = w