when I type in windows Run window this command: rundll32.exe user32.exe,exitwindows the Win Session is immediately terminated... but the question is:
Can I execute a call in a DLL function with 1 on more arguments???

Ex. rundll32.exe kernel32.dll,_lcreat is a function with 2 arguments: String filename & Long attributes...
What is the syntax of the run command for thi call???

Thanks a lot to all...