I wrote a vbs script to install a "FAX from Workstation" (RICOH) on 600 workstations. I declare all variables first and set all variables. Then I wrote :
wshShell.Run "rundll32 printui.dll,PrintUIEntry /if """ & strPrinterName & """ /f """ & strInfFile & """ /r ""IP_" & strIPAddress & """ /m """ & strDriverName & """", 1, True
I got error "Invalid arguments" ????
Can anyone point me to the solution please ?