Saved Bookmarks
| 1. |
Solve : Output Directory Listing to File? |
|
Answer» Hey all:
What I'd like to do is right-click on "Documents 1" and get a file back called "Documents 1.txt" or "DOCUME~1.txt" or at least a prompt for what to call it. Is that do-able? Thanks! I have a similar problem. I want to manually send multiple dir listings to a single file. I use dir > C:\my-file.doc, and this is OK! But when I do it to the next dir, it OVER-WRITES writes the first file. -- I am looking for a simple command at the end of the command string that would allow me to "append" or add it to the current file. -- I am an old Cobol programmer and it seems to me that years ago, that there was a way to do this in DOS. -- Pat O'Mahony [emailprotected] end of message Use >> to append to a fileThat worked perfectly; FIT the BILL... I'd still like to know if there's a way to automatically name a file after its subdirectory? Thanks |
|