Im new to Kixtart and Im trying to copy a file located on our Domain controller from a share called 'Netlogon\utility\DST\Oracle.txt' to this locations 'C:\oracle\ora92\' on all our workstations in our company. Is this the correct syntax to use?? This has not been working for me. Could anyone shed some light on this??

Shell '%comspec% /c Copy '+ @LSERVER +'\Netlogon\Utility\DST\oracle.txt' 'C:\oracle\ora92\'