MSFN Forum: how to create .dl_ (compressed) files ? - MSFN Forum

Jump to content



Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

how to create .dl_ (compressed) files ? Rate Topic: -----

#1 User is offline   Mr.Gamer 

  • Newbie
  • Group: Members
  • Posts: 21
  • Joined: 08-December 04

Posted 11 January 2005 - 02:40 PM

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


#2 User is offline   Weed 

  • U got brainwashed from everyone!! but too bad, u dont kn
  • PipPipPip
  • Group: Members
  • Posts: 367
  • Joined: 07-November 03
  • OS:none specified
  • Country: Country Flag

Posted 11 January 2005 - 02:41 PM

"makecab system32.dll"
:huh:

#3 User is offline   sixpack 

  • Senior Member
  • PipPipPipPip
  • Group: Members
  • Posts: 515
  • Joined: 29-May 04

Posted 11 January 2005 - 02:43 PM

dupe :P

#4 User is offline   Mr.Gamer 

  • Newbie
  • Group: Members
  • Posts: 21
  • Joined: 08-December 04

Posted 11 January 2005 - 02:46 PM

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

#5 User is offline   sixpack 

  • Senior Member
  • PipPipPipPip
  • Group: Members
  • Posts: 515
  • Joined: 29-May 04

Posted 11 January 2005 - 02:51 PM

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

:)

#6 User is offline   gunsmokingman 

  • MSFN Master
  • Group: Super Moderator
  • Posts: 2,020
  • Joined: 02-August 03
  • OS:none specified
  • Country: Country Flag

Posted 11 January 2005 - 03:46 PM

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

Quote

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

Quote

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!

This post has been edited by gunsmokingman: 17 January 2006 - 06:07 PM


#7 User is offline   Alanoll 

  • CODE tags people, CODE tags!
  • Group: Patrons
  • Posts: 5,496
  • Joined: 25-September 03

Posted 11 January 2005 - 06:20 PM

Mr.Gamer, on Jan 11 2005, 02:46 PM, said:

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.

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy