1.

Solve : Dos Batch file help?

Answer»

I need to create a batch file that will open a command line and run the command "IPCONFIG /displaydns"
I made one to run "ipconfig /flushdns" and that works FINE and the dos window CLOSES after it completes the flush. However with the displaydns I need the dos window to STAY open. Any help is appreciated.
I'm just using the batch format to run a dos command.

Kumlause PAUSE in your script.

Like this
Code: [Select]ipconfig /displaydns
pause



Discussion

No Comment Found