Saturday, December 20, 2014

windows - Generic Stealth(er) for Programs




Is there any program (is it even possible) that I can call from a batch file (.bat) like this:


> stealthlaunch PROGRAM


And it will launch the program without showing any window (or anything) to the user?


Info: I need to launch and updater for the company prog ( a series of interlinked xls files), and I've done a batch that automates te proces for me (copying files, patching files, installing new components), but I really hate do have people seeing the programs POP-UP

No comments:

Post a Comment

linux - How to SSH to ec2 instance in VPC private subnet via NAT server

I have created a VPC in aws with a public subnet and a private subnet. The private subnet does not have direct access to external network. S...