Skip to content

Instantly share code, notes, and snippets.

@barata0
Created December 13, 2016 20:41
Show Gist options
  • Save barata0/d27963fb8eedf93ca9e43f57ff26e0ac to your computer and use it in GitHub Desktop.
Save barata0/d27963fb8eedf93ca9e43f57ff26e0ac to your computer and use it in GitHub Desktop.
Altera as extensões dos arquivos .pack para .jar no pacote de instalação JAVA.
for /r %x in (*.pack) do .\bin\unpack200 -r "%x" "%~dx%~px%~nx.jar"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment