Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

how to create .dl_ (compressed) files ?

Featured Replies

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_ ?

:D

"makecab system32.dll"

:huh:

  • Author

this is the second time i ask dump questions.. but there isn't anyone that sad this in the forum :)

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 is

typ:

makecab system32.dll system32.dl_

done

:)

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

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

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.