1.

Solve : Hidden DOS command Extensions?

Answer» MSDOS command that GENERATE SCREEN output can be redirected to a file, the general cormat is "command >> filename.ext" (IE: C:> "nslookup web.domain.org >> lookup.txt") My question concerns the > symbol, does the double >> create the file or does the single > create the file, and which (double >> or single >) CAUSES the screen output to be appended to the file?They both do under the proper circumstances. A single > will create a new file or write over an existing file. A double >> will append data to an existing file or create a new file if it does not exist.

Hope this helps.


Discussion

No Comment Found