Skip to content

Instantly share code, notes, and snippets.

@swablueme
Created February 29, 2020 10:58
Show Gist options
  • Save swablueme/a74f4163a6bf67c2dc5237baaff0f8e3 to your computer and use it in GitHub Desktop.
Save swablueme/a74f4163a6bf67c2dc5237baaff0f8e3 to your computer and use it in GitHub Desktop.
dds_png bat for use with texconv
for %%f in (*.dds) do (
.\texconv.exe "%%f" -ft png
)
@pause
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment