set Arr[3]=Rundll32.exe shell32.dll,SHHelpShortcuts_RunDLL AddPrinter set Arr[4]=Rundll32.exe tcpmonui.dll,LocalAddPortUI set Arr[5]=Rundll32.exe shell32.dll,Control_RunDLL set Arr[6]=Rundll32.exe ...
I looked up where you can use the rundll32 printui.dll,PrintUIEntry command to script a connection to a networked printer, like this: rundll32 printui.dll,PrintUIEntry /in /n \\servername\printername ...
On Linux and Darwin, there is no such program as Rundll32.exe, so this program tries to simulate some operations. Currently only calls with full string parameters are implemented.