Jump to content

how to create .dl_ (compressed) files ?


Recommended Posts


That Will Make Cab Shell32 and move it to %systemdrive%\ShellFiles

Stuff In Blue Can Be Changed To Other Dir

Stuff In Green Is The File

Version 1

Save As MakeCabShell32.Cmd

echo off

cls

mode con: cols=65 lines=5

color f1

:: WHere It Goes To

set C2=%systemdrive%\ShellFiles

:: Where It Came From

set C1=%systemdrive%\Windows\System32

mkdir %C2%

cd %C1%\

makecab %C1%\ shell32.dll

echo Part 1 Done!

ping -n 2 127.0.0.1>nul

move %C1%\shell32.dl_ %C2%

set /P = Process I hope Is Done? Press key To Close!

Version 2

Re-Edit Added A Check For this folder %systemdrive%\ShellFiles

Save As MkCabShell32.Cmd

echo off && CLS && mode 65, 5 && color f1

:: Where It Goes To

set C2=%systemdrive%\ShellFiles

:: Where It Came From

set C1=%systemdrive%\Windows\System32

cd %C1%\

makecab %C1%\shell32.dll

echo Part 1 Done!

ping -n 2 127.0.0.1>nul

If not exist %C2% MD %C2%

move %C1%\shell32.dl_ %C2%

set /P = Process I hope Is Done? Press key To Close!

Edited by gunsmokingman
Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...