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.

Compressing Drivers dll to dl_ How?

Featured Replies

Hello

I need some hello.. how can I compress a load of dll and sys and so on..

I what to pack my drivers???

going to have drivers in the $OEM$/$1/drivers/

my unstanding is windows system can read compressed files.. if they named .dl_


there's a tool on your xp install called makecab.exe you can use that if you want to create cabs in that fashion

just go to a command line and try makecab and you'll see it

WhtKnight

  • Author
there's a tool on your xp install called makecab.exe you can use that if you want to create cabs in that fashion

just go to a command line and try makecab and you'll see it

WhtKnight

I know how to do that but this they any way to do like 300 files.?? I what to compress drivers..

  • Author

that be cool if it works.. that 7zip does better compress then winrar?

that be cool if it works.. that 7zip does better compress then winrar?

4 sure ;)

that be cool if it works.. that 7zip does better compress then winrar?

4 sure ;)

Yes indeed :D

better than anything else (maybe except for some extreme compressing, used by companies...(consumes too much CPU power anyway))

@ECHO OFF
SETLOCAL ENABLEEXTENSIONS
SET SOURCE= <write the name of the source folder here>
SET TARGET= <write the name of the target folder here>
IF EXIST %SOURCE%\*.* FOR /F %%J IN ('DIR /A-D /OGN /B %SOURCE%\*.*') DO MAKECAB /D CompressionMemory=21 /D CompressionType=LZX /L %TARGET% %SOURCE%\%%J

Take care that all files *.* in the source folder (including the .inf and .cat files) are compressed to target folder.

To use the content of target folder for unattended install, .inf and .cat files MUST be uncompressed.

use expand to uncompress a file

EXPAND Source Destination

and delete compressed version driver.in_ and driver.ca_

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.