this is a script to remotely push and execute a happy program called burp.

code:
$pc="computername"
call \\server\share\udf.kix

copy "S:\MIS Tools\burp.exe" "\\$pc\c$$"
if @error
? "error copying file"
quit
endif
RemoteRun("c:\burp.exe",, $pc)
sleep 3
if findproc($pc,"burp.exe")
? "press enter to remove burp from target"
gets $k
findproc($pc,"burp.exe",1)
endif
del "\\$pc\c$$\burp.exe"

_________________________
How to ask questions the smart way <-----------> Before you ask