For some unknown reason the run command is not working in my logon script. The script maps a P drive and then executes..

RUN 'P:\vetauto\setup32.exe /waitstart=20' but for some unknown reason this doesnt work. I can execute the program successfully from the command line.

Waitstart 20 is a switch for the executable that tells the program to wait 20 seconds after initialising to properly execute. Any suggested workarounds or reasons why this isn't working? Thanks