robocopy c:folder \192.168.1.10shared somefile.dat & shutdown -s -t 30 -f
此例子复制c:foldersomefile.dat到\192.168.1.10sharedsomefile.dat,无论结果,robocopy结束后30秒强制关机。