开发者

How to run .exe in background, created from perl script by using pp module of perl PAR

I am using PAR:Packager to create exe from perl. I wish to make .exe with hidden functionality especially for wind开发者_JAVA百科ows i.e. executing in background for those system where active perl is not installed. how to do this??


pp -g will build an executable without a console window. No windows will be created (unless you make them yourself).


You may check out a similar thread here: https://serverfault.com/questions/21511/run-perl-script-as-a-windows-service

I've used srvany.exe recently and found it useful.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜