Saturday, March 8, 2014

How to Run a DLL As an EXE


1. Press the 'Start' button and click 'Run.'
2. Type the letters 'cmd' into the 'Run' dialogue box. A command prompt window appears on your screen.
3. Type this command line into the command prompt window,'RUNDLL.EXE
,

'. The
is the .dll file name you want to run. The
is the location in the .dll file that can be run via Rundll32. The
are arguments you need in order to run a DLL.
4. Press 'Enter' to run a DLL as an EXE.

No comments:

Post a Comment