Lonkero,

It is a pseudo API call. Meaning that you are attempting to call a function within a dll from the rundll program.

This link will explain why you can't call it from a command line.

The Win32 Rundll and Rundll32 Interface

Note the line that says:
you can not use these utility programs to call the Win32 API (Application Programming Interface) calls exported from the system DLLs

However, this should be VERY easy to implement within the KIX executable from everything I see on the net.

Hope this helps

[ 05 February 2002: Message edited by: NTDOC ]