PPCGeeks

PPCGeeks (http://forum.ppcgeeks.com/index.php)
-   ROM/Kitchen Development (http://forum.ppcgeeks.com/forumdisplay.php?f=38)
-   -   reversemode batch (http://forum.ppcgeeks.com/showthread.php?t=90393)

raidzero 10-13-2009 01:36 PM

reversemode batch
 
1 Attachment(s)
Ever since we got the native kernel modules have become out friends and not enemies, I have been mass-moduling things. I modified the batch recmod script to do the exact opposite of recmod:
Code:

cd %~f1
for /F "tokens=*" %%R in ('dir *.dll /A /B') do c:\reversmode.exe %%R
for /F "tokens=*" %%R in ('dir *.exe /A /B') do c:\reversmode.exe %%R
for /F "tokens=*" %%R in ('dir *.mui /A /B') do c:\reversmode.exe %%R

This assumes reversemode is in C:\ I did it this way so I could put a shortcut to my batch script in my sendto folder that way I can mass module a folder on demand by just right clicking and going to send to...


EDIT: much later, I know better now thanks to NFSFAN. it is not always a good idea to modulate everything..

seatone 12-22-2009 11:56 AM

Re: reversemode batch
 
I'd suggest a very easy and friendly way of recmodding and reversemodding:
http://forum.xda-developers.com/show....php?p=4807024


All times are GMT -4. The time now is 06:01 AM.

Powered by vBulletin® ©2000 - 2024, Jelsoft Enterprises Ltd.
©2012 - PPCGeeks.com


Content Relevant URLs by vBSEO 3.6.0