254 shaares
1 result
tagged
text
How to create a file from the command line.
I used this as a batch file to create text files for the letters a-z
echo test>A.txt
echo test>B.txt
echo test>C.txt
echo test>D.txt
echo test>E.txt
echo test>F.txt
echo test>G.txt
echo test>H.txt
echo test>I.txt
echo test>J.txt
echo test>K.txt
echo test>L.txt
echo test>M.txt
echo test>N.txt
echo test>O.txt
echo test>P.txt
echo test>Q.txt
echo test>R.txt
echo test>S.txt
echo test>T.txt
echo test>U.txt
echo test>V.txt
echo test>W.txt
echo test>X.txt
echo test>Y.txt
echo test>Z.txt
I used this as a batch file to create text files for the letters a-z
echo test>A.txt
echo test>B.txt
echo test>C.txt
echo test>D.txt
echo test>E.txt
echo test>F.txt
echo test>G.txt
echo test>H.txt
echo test>I.txt
echo test>J.txt
echo test>K.txt
echo test>L.txt
echo test>M.txt
echo test>N.txt
echo test>O.txt
echo test>P.txt
echo test>Q.txt
echo test>R.txt
echo test>S.txt
echo test>T.txt
echo test>U.txt
echo test>V.txt
echo test>W.txt
echo test>X.txt
echo test>Y.txt
echo test>Z.txt