1.

Solve : Maintaining a prompt window open?

Answer» HI all.

Is it possible to maintain a prompt window opened after executing some COMMANDS from a batch file? I just want to EXEC ipconfig and then keep the window open so I can copy de ip address.

Thanks for the helpOpen command from the "Run" box, then type ipconfig. It stays open until you close it.That's what i USUALLY do...

I want to run the command from a .bat... i'm lazy

Thanks for the HELP anywayIPCONFIG /ALL
PAUSE
Thanks!!!  

That's exactly what i wanted!


Discussion

No Comment Found