|
| |||
CUT AND PASTE FROM THE COMMAND PROMPT If you came to Windows 98 from Windows 3.x and even DOS, you probably remember how to create a snapshot of the results of a command-line program by redirecting its output to a file. Lost already? Type dir *.* >dir.txt and you create a file in the current folder named dir.txt, which contains the list of files from the dir command as it would have appeared on the screen. For several years, this was the way to pass on this type of output to others; however, you can do it more easily now:
Similarly, when you're viewing a text document in Notepad or Word, you can paste any commands that appear in the text into the command prompt, saving yourself the trouble of typing them. | ||||