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

4 answers

I believe you can do this with a batch file that uses Echo, google dos batch file tutorials.

2007-08-08 19:16:32 · answer #1 · answered by Dull Jon 6 · 0 0

Same as above, just to add this is a technique passed down from the original UNIX root to all command lines including DOS it is called Redirection. > means flush existing file and overwrite the previous text, >> is appending output text, you may want that instead.

2007-08-09 02:46:57 · answer #2 · answered by Andy T 7 · 0 0

Same answer as above, but to be more precise type the command and direct it to the text file
like
dir > a.txt
(Replace dir by the command you want). And then type a.txt and it should open a notepad for you

2007-08-09 02:35:24 · answer #3 · answered by IAnswer 2 · 1 0

type command and redirect to a file


dir > a

type a to get output

2007-08-09 02:18:21 · answer #4 · answered by Anonymous · 0 0

fedest.com, questions and answers