Created
March 21, 2013 12:24
-
-
Save kshimi/03b4b0386dabb50b7e66 to your computer and use it in GitHub Desktop.
テキストファイル内容に基づきループ。
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
for /F "tokens=1,2,3" %%a in (abc.txt) do ( | |
echo %%b %%a %%c | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment