Skip to content

Instantly share code, notes, and snippets.

@arandomic
Created May 4, 2018 16:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arandomic/d0865733e77d6f7a9d7c1c7b1936307d to your computer and use it in GitHub Desktop.
Save arandomic/d0865733e77d6f7a9d7c1c7b1936307d to your computer and use it in GitHub Desktop.
process all file lines
@echo off
chcp 65001
for /F "tokens=*" %%A in (myfile.txt) do call some.cmd %%A
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment