Skip to content

Instantly share code, notes, and snippets.

@kshimi
Created March 21, 2013 12:24
Show Gist options
  • Save kshimi/03b4b0386dabb50b7e66 to your computer and use it in GitHub Desktop.
Save kshimi/03b4b0386dabb50b7e66 to your computer and use it in GitHub Desktop.
テキストファイル内容に基づきループ。
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