rundll32.exe "%1",Configure
and it's not working. Every time I choose it I get the following msg:
Code: Select all
error in "blabla.ax"
missing entry: Configure
Need help - thanks.
Moderators: Hacker, petermad, Stefan2, white
Code: Select all
error in "blabla.ax"
missing entry: Configure
I forgot to add that I used already full path and nothingMaybe you need the full path to rundll32.exe ?
nope, that's not workingOr you need to write:
rundll32.exe ""%1",Configure"
Code: Select all
rundll32 "%1",Configure
and for some unknown reason it doesn't work for meIt works fine for me with test DLL that exports function Configure.
Code: Select all
rundll32 "x:\full\path\to\blabla.ax",Configure