Issue
Whenever you run a command from the menu start/Run, the command window opens and immediately close without giving the time to consult the screen.
Solutions
Below is a tips to stop this pattern.
To unable windows closure:
ping -t ip_address
cmd /k ping ip_address
cmd /k ipconfig /all
To edit result in a text file:
cmd /k ping ip_address > c:\ping.txt
cmd /k ipconfig /all > c:\ipconfig.txt










0 comments:
Post a Comment