![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| Windows & DOS: Issues & Discussions Questions involving Unix to Windows (Desktop or Server) go here. Any Windows/DOS questions should go here as well. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| FrobTADS 0.10 (Interpreter branch) | iBot | Software Releases - RSS News | 0 | 04-01-2008 08:20 AM |
| When I am writing my own interpreter... | Legend986 | High Level Programming | 34 | 11-08-2007 10:15 AM |
| Shell-Script und Pipes | anja_22 | UNIX for Dummies Questions & Answers | 4 | 10-24-2006 06:18 AM |
| PIPEs and Named PIPEs (FIFO) Buffer size | Jus | Filesystems, Disks and Memory | 1 | 08-20-2004 07:14 AM |
| /bin/sh: bad interpreter: Permission denied | Calum | Shell Programming and Scripting | 4 | 05-06-2003 05:14 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
rediretion and pipes in DOS shell cmd interpreter
Hello,
I am trying to accomplish the following. Send the output of a command to the screen (this happens by default) as well as capture the output of the screen to a log file. How can this be achieved in DOS command interpreter syntax. Any ideas/suggesstions/indicators are greatly appreciated. Thanks. |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
Windows, AFAIK, doesn't have the capability ... i downloaded and installed Cygwin's tee.exe to get around this problem ... and other stuff ...
|
|
#3
|
|||
|
|||
|
This may be a workaround for anyone looking to do something similar
Code:
C:\temp>dir | find "zip" > output.txt | MORE output.txt Last edited by L505; 11-03-2006 at 05:33 PM. |
|||
| Google The UNIX and Linux Forums |