But StartWarsKid's code is not silver platter as it wouldn't work.
Code:

IF 0=READVALUE('HKLM\SOFTWARE\SomeApp','installed')
COPY '\\server\share\dir\file.txt' 'c:\program files\someapp\file.txt'
$rc=WRITEVALUE(''HKLM\SOFTWARE\SomeApp','installed',1,'REG_SZ')
ENDIF


Then add code to add a registry valueinto the RUN section to automatically run the process. Of course, this could all be done via remote admin script as well, but as there are no details provided,...
_________________________
There are two types of vessels, submarines and targets.