This is for the times when you have taken a dump of a new devices stock ROM but its all OEM's and you cannot be bothered going through the dump and deciding what you want to make into an EXT...
Code:
cd %~f1
for /F "tokens=*" %%G in ('dir /A:D /B') do c:\EXT_PACKAGES_REBUILDER.exe %%G
Again I put the working program in c: so it can be linked to globally
I am thinking I should have made 1 thread with these tools in it.. oh well this is my last one, hindsight is always 20/20. enjoy