- Sep 20, 2007
- 12
- 0
- 0
I am doing a batch file. I need to run two commands and add the data from both to a single text file.
ver > c:\ver.txt
vol > c:\ver.txt
when I run this the volume information overwrites the version info in the text file. How can I have it record both. Oh, any web sites you can recommend for an easy intro to batch filing would be great.
ver > c:\ver.txt
vol > c:\ver.txt
when I run this the volume information overwrites the version info in the text file. How can I have it record both. Oh, any web sites you can recommend for an easy intro to batch filing would be great.