View Single Post
  #3956 (permalink)  
Old 05-15-2009, 04:53 PM
Da_G's Avatar
Da_G
VIP Member
Offline
 
Join Date: Nov 2008
Posts: 127
Reputation: 2325
Da_G is a VIPDa_G is a VIPDa_G is a VIPDa_G is a VIPDa_G is a VIPDa_G is a VIPDa_G is a VIPDa_G is a VIPDa_G is a VIPDa_G is a VIPDa_G is a VIP
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: WM 6.5 Kitchen QVGA and VGA Developer Edition

Hi, here's a quick batch file I made, to help with recmodding, since you guys do alot i figured id post it here

Code:
cd %~f1
for /F "tokens=*" %%G in ('dir /A:D /B') do ..\..\..\..\..\tools\recmod.exe %%G
for /F "tokens=*" %%G in ('dir /A:D /B') do ren %%G %%G1
for /F "tokens=*" %%G in ('dir /A:D /B') do move "%%G"\*.dll .
for /F "tokens=*" %%G in ('dir /A:D /B') do move "%%G"\*.exe .
for /F "tokens=*" %%G in ('dir /A:D /B') do move "%%G"\*.acm .
for /F "tokens=*" %%G in ('dir /A:D /B') do move "%%G"\*.mui .
for /F "tokens=*" %%G in ('dir /A:D /B') do rmdir /s /q %%G
change ..\..\..\..\..\tools\recmod.exe to the exact path or relative path to your recmod.exe (i recommend using the ~17kbish nuerecmod) and save it as recmod-package.bat or whatever...

in windows explorer just drag-n-drop the package (i.e. browsingie) on top of the .bat and bam, all the modules are now files

__________________
If you find find my ROMs useful and my posts helpful, I would not turn down a Donation
Reply With Quote
This post has been thanked 13 times.