Tagged Questions
2
votes
1answer
77 views
I'm having trouble finding these commands to run in a batch file?
I want a batch file to pull information from the first line of a text file (notepad), use that information to add information to a DNS server, and then delete it. I'm thinking if I create a loop, I ...
2
votes
2answers
1k views
Batch file to call multiple batch files and keep going after errors
I have a batch file like this, the issue that I have is that if the first batch file fails, the second one never gets started, how can I get them to both keep going?
@echo off
MapNetworkDrive_J.cmd
...