Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

RUNDLL32.EXE : Anybody have documentations ?

Status
Not open for further replies.

andre_luis

Super Moderator
Staff member
Joined
Nov 7, 2006
Messages
9,593
Helped
1,190
Reputation
2,399
Reaction score
1,207
Trophy points
1,403
Location
Brazil
Activity points
55,673
Hi All,

By typing rundll32.exe zipfldr.dll,RouteTheCall <filename> at DOS prompt ( for example ) it is possible browse content of ZIP files, but there is no good documentations, even at MSDN website. ( In the case, I need to de-compress ZIP files )

Does anybody have more details ?
Thanks in advance !

+++
 

Hi ckshivaram,

I apreciate your reply, but it is not what I need.
The subject of link you gave, is about how to Fix problems with RUNDLL32.EXE.

What I need is informations about how to use it.

Thanks a lot.

+++
 

for which OS

---------- Post added at 18:18 ---------- Previous post was at 17:52 ----------

it varies with different platform

Use RunDll32 utility - Real's Powerbuilder Howto

---------- Post added at 18:22 ---------- Previous post was at 18:18 ----------

if not then let us wait for others answers
 
Very intersting page !

Didn´t solve the related problem, but give us some more informations...

+++
 

it is not rundll32.exe problem.

if you want to decompress zip file using 'zipfldr.dll' ,
you must have the functions inside it and parameters of it.

use the format:
RUNDLL32.EXE <dllname>,<entrypoint> <optional arguments>
 

use the format:
RUNDLL32.EXE <dllname>,<entrypoint> <optional arguments>

Hi srizbf !

That´s not the case ?
rundll32.exe zipfldr.dll,RouteTheCall <filename.zip>

+++
 

As far as I understand zipfldr.dll is just a shell extension, that provides additional functionality for the handling of zip files in the explorer shell. Most likely, the RouteTheCall entrypoint doesn't accept other parameter than a filename. It seems to be only intended for interactive use. There may be ways, to cause the explorer shell to unzip a file from the command line, but I don't know how. Windows XP has lz32.dll for programmed zip/unzip. Windows 7 has been supplemented with a zip.exe, that can be also executed from the command line.
 

Hi guys,

Found a possibility to perform zip/unzip: LZ32.DLL


I Will search more and post here some news.

+++
 

The statements in the link are somewhat behind the times, I think. You'll actually find code examples for lz32 function usage at MSDN.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top