Monday, October 27, 2014

How to run a batch file without launching a "command window"?

On Windows XP, can I run a batch (.bat or .cmd) file, via a shortcut, without a "black window"?

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...