what is .wpl supposed to do? It just asks me for a program to associate with here, and telling it perl still opens a dos-box. Some other kind of windows scripting association?
If you're running something NT-based, you may want to look into registering your script as a system service. Those are run without a user interface.
----------------------------------------------------------------------------------
...but I'm just a C man trying to see the light
From icrf's point, you could use svcany.exe from the NT Res Kit, and then use netsvc (or sc) to start the script (or I mean service).
I haven't tested it on a script, and you may have to explicitly stop the service after completion, because svcany.exe will be the application running as a service
I use wperl.exe (ActivePerl installation) instead of perl.exe when I want the app to stay hidden. Usually works, depends on how big the application is.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.