Sunday, November 9, 2014

Batch file that runs another batch file, and reopens it when it closes

I need a batch file that:
1. Opens another batch file, or detects when this batch file is open
2. Will reopen this batch file when it closes.
I am completely new to making batch files so I don't know if this is possible or not.

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