Mr.Gamer Posted January 11, 2005 Posted January 11, 2005 hi all, i've to change some original I386\ files..i want to compress them however... what is the tool for convert ex: system32.dll to system32.dl_ ?
Mr.Gamer Posted January 11, 2005 Author Posted January 11, 2005 this is the second time i ask dump questions.. but there isn't anyone that sad this in the forum
sixpack Posted January 11, 2005 Posted January 11, 2005 go to start, go to run and typ cmd a dos box pops up in the dos box:go to the directory were the system32.dll istyp:makecab system32.dll system32.dl_done
gunsmokingman Posted January 11, 2005 Posted January 11, 2005 (edited) That Will Make Cab Shell32 and move it to %systemdrive%\ShellFilesStuff In Blue Can Be Changed To Other Dir Stuff In Green Is The FileVersion 1Save As MakeCabShell32.Cmdecho offclsmode con: cols=65 lines=5color f1:: WHere It Goes Toset C2=%systemdrive%\ShellFiles:: Where It Came Fromset C1=%systemdrive%\Windows\System32mkdir %C2%cd %C1%\makecab %C1%\ shell32.dllecho Part 1 Done! ping -n 2 127.0.0.1>nulmove %C1%\shell32.dl_ %C2%set /P = Process I hope Is Done? Press key To Close! Version 2Re-Edit Added A Check For this folder %systemdrive%\ShellFilesSave As MkCabShell32.Cmdecho off && CLS && mode 65, 5 && color f1:: Where It Goes Toset C2=%systemdrive%\ShellFiles:: Where It Came Fromset C1=%systemdrive%\Windows\System32cd %C1%\makecab %C1%\shell32.dllecho Part 1 Done! ping -n 2 127.0.0.1>nulIf not exist %C2% MD %C2% move %C1%\shell32.dl_ %C2% set /P = Process I hope Is Done? Press key To Close! Edited January 18, 2006 by gunsmokingman
Alanoll Posted January 12, 2005 Posted January 12, 2005 this is the second time i ask dump questions.. but there isn't anyone that sad this in the forum untrue. If it hadn't been said before, I would have replied originally. Instead, I know it's been said before... how? because I said it.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now