Top "Rundll32" questions

runDLL32.

How to use Rundll32 to execute DLL Function?

Using the ShellExecute documentation as a reference: I run the following from the command line: C:\>RUNDLL32.EXE SHELL32.…

rundll32
rundll32.exe equivalent for 64-bit DLLs

Is there an equivalent of rundll32.exe for calling 64-bit DLLs?

win64 rundll32
Need to run a c# dll from the command line

I have a c# dll defined like this: namespace SMSNotificationDll { public class smsSender { public void SendMessage(String number, String message) { …

c# rundll32
Open Word document from command line with additional data source parameter

It is possible to open a word document from the command line using this: rundll32 url.dll,FileProtocolHandler path.to.…

windows command-line ms-word datasource rundll32
rundll32 url.dll,FileProtocolHandler

I'm using rundll32 url.dll,FileProtocolHandler my_file.dotx to open files under Windows. It works fine with .docx documents, …

java windows command-line ms-word rundll32
How do I use Rundll32 to swapmousebutton?

I'm repeating a question from another forum, as I'd like the same answer. From MSDN's SwapMouseButton Function. How do I …

windows mouse rundll32
Rundll32.exe javascript

I've just (August 2014) seen a report of a program that uses the command line rundll32.exe javascript:"\..\mshtml,RunHTMLApplication" How …

javascript mshtml rundll32
"RUNDLL32 PRINTUI.DLL,PrintUIEntry /Sr /n... Operation could not be completed (error 0x0000000c)

I stored my printer settings in a .dat file with this command: RUNDLL32 PRINTUI.DLL,PrintUIEntry /Ss /n "SATO CG408" /…

vb.net batch-file command rundll32