I am a complete noob to scripting so, please, bear with me.
My boss wants a script to migrate all users to a new print server with the same printers on both; only the server name changes. I found one named QCHANGE.VBS that seems to work fine. When I put it in the KiX login script it won't run (I get no errors either). When I execute the same script manually from the Run command it works fine.

Code
_______________________________________________________________
IF INGROUP("Domain Printer Test")=1 ; All users in the test group
shell "cscript.exe //nologo qchange.vbs changes.txt"
ENDIF
_______________________________________________________________
End Code

Any ideas?
Note: I am completely open to other ways to make this change that do not involve user interaction!