I purchased EZAudit software to get a weekly audit of PC's and software titles for compliance, and their user's guide says to enter this command in my KiXtart login script:

RUN "\\your_server_name\ezaudit\ezstart.exe /auto"

When I put that in, nothing happens. When run from a RUN command on an individual PC, the command is "\\server_name\ezaudit\ezstart.exe" /auto, and that works fine. If I try to enter it as above in the login script, the login fails with an error. Finally, when I try to encase the above command in single quotes, ('"\\server_name\ezaudit\ezstart.exe" /auto') nothing happens.

Any ideas?