Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: Maintaining a prompt window open  (Read 4378 times)

0 Members and 1 Guest are viewing this topic.

fredd

  • Guest
Maintaining a prompt window open
« on: August 16, 2004, 06:22:57 AM »
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 help

2k dummy

  • Guest
Re: Maintaining a prompt window open
« Reply #1 on: August 16, 2004, 06:34:44 AM »
Open command from the "Run" box, then type ipconfig. It stays open until you close it.

fredd

  • Guest
Re: Maintaining a prompt window open
« Reply #2 on: August 16, 2004, 06:41:51 AM »
That's what i usually do...

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

Thanks for the help anyway

johnwill

  • Guest
Re: Maintaining a prompt window open
« Reply #3 on: August 16, 2004, 08:18:47 AM »
IPCONFIG /ALL
PAUSE

fredd

  • Guest
Re: Maintaining a prompt window open
« Reply #4 on: August 16, 2004, 10:21:25 AM »
Thanks!!!  ;D

That's exactly what i wanted!