Re: Running programs silent

2006-07-07 Thread Axel Mock
Hi Daniel, > I was curious to find out how to run a compiled perl program silently. I use > win32::process to > spawn those programs; but I get blank dos windows popping all over the > desktop. How do I get > that to just run as a process and don´t pop up on the screen? > take a look at Win3

Running programs silent

2006-07-07 Thread Daniel Rychlik
Good morning;   I was curious to find out how to run a compiled perl program silently.  I use win32::process to spawn those programs; but I get blank dos windows popping all over the desktop.  How do I get that to just run as a process and don’t pop up on the screen?   -Dan __