Sometimes we need to copy output from a command prompt and paste it into a Windows program such as Notepad. Usually, you’ll try to use the Mark and Copy commands on the command prompt’s Edit menu. I recently found an article from Tech Republic about Copy and paste from Windows XP Pro’s command prompt straight to the Clipboard where Greg Shultz is introducing a command line tool called Clip.exe. But I have my own way to get information from a command prompt and onto your notepad without using the Clip.exe.
It is so simple. Lets say, you want to get the output from ipconfig command, then just add a '>' and type the name of text file you want like 'ipconf.txt'. On the command prompt it will look like this:
Then, you can view your output on notepad by simply type 'notepad ipconf.txt' and press enter like this:
That's all. Good Luck and have fun! Anyway, you may want to view Greg Shultz's tips on how to Copy and paste from Windows XP Pro’s command prompt straight to the Clipboard using Clip.exe
Home »
Windows XP
» How to get Windows XP command prompt output to Notepad
How to get Windows XP command prompt output to Notepad
Related Posts:
How to Create Hello World programe in perl on windows xp1. Download Perl 2. Install Perl 3. Learn More Create Hello World program We will now wr… Read More
learn more about perl 5 in windows Xp1. Download Perl 2. Install Perl 3. Create Hello World program To continue learning Perl, try these:1. Read this free PDF boo… Read More
HowTo Run Squid Proxy Server in Windows XPIt is better to use Linux for this purpose. , You can make an experiment in your windows and switch to Linux. installing squid on windows Download … Read More
How to download perl (withs screenshots)1. Install Perl 2. Create Hello World program 3. Learn More 1. Download Perl We will first go to the ActiveState site and download Perl … Read More
How to Install Perl on Windows XP1. Download Perl 2. Create Hello World program 3. Learn More We will now install Perl on your computer using the file you jus… Read More
0 comments:
Post a Comment