Hi, I made a topic earlier, but I found out that theres nothing wrong with my script, but more the way server2k3 handels it I think. I got a line in my Script:
which works fine if I run the script manually, but if a generic script gets executed from the cluster it doesnt seam like wscript.exe handels the script. Can I somehow tell it to use wscript.exe instead of what ever it uses now to execute my script?
help is greatfully appreciated.
cheers
Code:
Set objArgs = WScript.Arguments
which works fine if I run the script manually, but if a generic script gets executed from the cluster it doesnt seam like wscript.exe handels the script. Can I somehow tell it to use wscript.exe instead of what ever it uses now to execute my script?
help is greatfully appreciated.
cheers