Search found 3 matches
- 06 Dec 2009 13:55
- Forum: DOS Batch Forum
- Topic: DOS reverse redirection
- Replies: 3
- Views: 5935
DOS reverse redirection
all, I need some help on how to write a command to the DOS window using the reverse redirection symbol ( < ). I have searched the internet for hours on trying to get some information on how to do this, but the only i've found is how to redirect OUTPUT to a text file. I need the opposite. I want to r...
- 01 Nov 2009 11:54
- Forum: DOS Batch Forum
- Topic: Writing command line outputs to local files
- Replies: 2
- Views: 4384
- 01 Nov 2009 00:22
- Forum: DOS Batch Forum
- Topic: Writing command line outputs to local files
- Replies: 2
- Views: 4384
Writing command line outputs to local files
hello all, I have asked this on a couple of forums, but I thought I would check here too. I can write the following to output the DOS list of files and folders of the current directory to a text file: dir /b > dirs.txt this works beautifully when I'm in CMD.EXE mode, but not in FTP mode. Does anyone...