View Single Post
  #1 (permalink)  
Old 10-13-2009, 01:36 PM
raidzero's Avatar
raidzero
N00b
Offline
Location: PPCG
 
Join Date: Dec 2008
Posts: 2,193
Reputation: 5220
raidzero is a trusted member of the communityraidzero is a trusted member of the communityraidzero is a trusted member of the communityraidzero is a trusted member of the communityraidzero is a trusted member of the communityraidzero is a trusted member of the communityraidzero is a trusted member of the communityraidzero is a trusted member of the communityraidzero is a trusted member of the communityraidzero is a trusted member of the communityraidzero is a trusted member of the community
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via MSN to raidzero
reversemode batch

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..
Attached Files
File Type: rar files-to-modules.rar (192 Bytes, 9 views) Click for barcode!
__________________

Last edited by raidzero; 11-28-2009 at 11:11 AM.