1.

Solve : Extract info at command prompt?

Answer»

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.Welcome to the CH forums.

Redirect output using > or >>

e.g. ipconfig > filename or

ipconfig >> filename to append output to the file.



Discussion

No Comment Found