| 1. |
Solve : How to copy the text info, of a command?? |
|
Answer» I am trying to store the information that is listed after a DOS command. Or could I send the information to a location, (i.e. “Word pad” or “clip board”) for FUTURE reference? So, what step by step would do this? I am doing this on “Win 98 SE”. I do not remember the version of “DOS” I am using. Thanks.If you're in a batch file, you use parameters. For instance, if you wanted to run DIR and save the directory SPECIFICATION in an environment variable... |
|