Webhosting Articles | Mortgage | Child Trust Funds | Loans | Car Loan
Exporting Command Prompt Sessions to a Text File [Archive] - PCMech Forums

PDA

View Full Version : Exporting Command Prompt Sessions to a Text File


ReeseHyde
01-09-2008, 09:07 PM
Hi,

Is there any way to export a command prompt session to a text file in Vista?

Thanks,

Reese Hyde

EzyStvy
01-10-2008, 07:14 AM
DIR >filename.txt (for example would send the Directory contents to a text file)

Petef56
01-10-2008, 10:23 PM
Copy & Paste a command session as follows:

1.) At the end of your session, click the upper left corner to display the menu.
Then select.. Edit -> Select all

2.) Again, click the upper left corner to display the menu.
Then select.. Edit -> Copy

3.) Open your favorite text editor and use Ctrl+V or your normal
Paste operation to paste in the text.

----pete---

ReeseHyde
01-11-2008, 05:39 PM
Thanks, I didn't know how to get to the menu in the command prompt (I'm pretty new to Windows).