Computing.Net > Forums > Disk Operating System > Dos pipe

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

Dos pipe

Reply to Message Icon

Name: Peter Simmonds
Date: March 30, 2000 at 04:28:36 Pacific
Comment:

Is it possible to make the dos pipe append output to a file rather than overwriting each time?



Sponsored Link
Ads by Google

Response Number 1
Name: StormWlf
Date: March 31, 2000 at 10:21:19 Pacific
Reply:

Yes
output from say dir You would do
dir/w>>whatever.txt
Thats it
d:o)
StormWlf


0

Response Number 2
Name: Jon Wetherbee
Date: April 1, 2000 at 11:44:35 Pacific
Reply:

Strickly speaking you are asking about I/O redirection not pipes.

Pipes connect one program to another as in:

C:> dir|more

I/O redirection is a way to change how data enters or leaves an application or command as in:

C:>dir c:\ >dirfile.txt (output to a file)
C:>dir d:\ >>dirfile.txt (append to a file)

C:> more
Hope this helps.


0

Response Number 3
Name: Jon Wetherbee
Date: April 1, 2000 at 11:47:44 Pacific
Reply:

The last example in my reply was hacked. It should read:

C:> more


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Disk Operating System Forum Home


Sponsored links

Ads by Google


Results for: Dos pipe

'*.$00 ': DOS pipe files-- what are these? www.computing.net/answers/dos/-00-dos-pipe-files-what-are-these/1248.html

network pipe www.computing.net/answers/dos/network-pipe/3373.html

networking www.computing.net/answers/dos/networking/2104.html