How do I echo the number 2 into a file, from a batch script?
This doesn't work:
Echo 2>> file.txt
because 2>> is a special command. :(
|
How do I echo the number 2 into a file, from a batch script? This doesn't work:
because |
|||
|
|
|
Use |
|||||||
|
|
Little-known feature: The redirection operator can go anywhere on the line.
|
|||||||||
|
|
|
|||
|
|
|
Use the
|
||||
Yes, it's weird. |
|||||
|
|
Or you can use the delayed expansion
|
|||
|
|
|
Have space before
|
|||||||||||
|
|
How about this?
|
|||||||||||||||
|