English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

How do i extract information from command prompt into any format like a text file or something, other than manually copy and paste??

For example, when i enter the command ipconfig, how do i extract the information displayed? like those ip address and stuff.

2007-11-13 17:00:03 · 2 answers · asked by lordbearsg 1 in Computers & Internet Programming & Design

2 answers

You can use redirection to save the output of your command to a file.

Like: ipconfig /all > output.txt

And it will create a file called output.txt that you can open and manipulate.

There are more advanced things you can do but it requires programming knowledge.

2007-11-13 17:04:51 · answer #1 · answered by mdigitale 7 · 1 0

its copy paste,
instead of command in run
type cmd in run so that you can copy the content present in the command prompt

2007-11-13 17:06:52 · answer #2 · answered by Anonymous · 0 0

fedest.com, questions and answers