January 11, 200521 yr 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_ ?
January 11, 200521 yr Author this is the second time i ask dump questions.. but there isn't anyone that sad this in the forum
January 11, 200521 yr 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
January 11, 200521 yr 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, 200620 yr by gunsmokingman
January 12, 200521 yr 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.
Create an account or sign in to comment