Saved Bookmarks
| 1. |
Solve : TREE Command? |
|
Answer» What I want to do is use the tree COMMAND in MS-DOS to make a txt or whatever file with the results of the tree command. I mean I want to make a file that contains the directories' and files' names in a specified directory/drive. If there is ANOTHER command other than TREE, I am open to suggestions....something else : I would like to make a txt file with the tasks/apps/services/processes that are being ran at a CERTAIN moment by XP....but make it with MS-DOS .... nobody COULD TELL me how to do that... http://www.stefysoft.comQuote What I want to do is use the tree command in MS-DOS to make a txt or whatever file with the results of the tree command. I mean I want to make a file that contains the directories' and files' names in a specified directory/drive. If there is another command other than TREE, I am open to suggestions....something else : I would like to make a txt file with the tasks/apps/services/processes that are being ran at a certain moment by XP....but make it with MS-DOS .... nobody could tell me how to do that... http://www.stefysoft.com tree graphically displays your folders, is that what you want. ? you can use dir /S . Check out the dir command help . dir /? for listing out tasks/process, can try tasklist. Type tasklist /? and see what it offers you. to "make a txt file", just do an output redirection , eg tasklist >> output.txtI've found what I wanted ghostdog74 ...thanks... |
|