osql -Erestore database res
from disk='d:\华网软件a\data\res'
with move 'res' to 'd:\res.mdf',
move 'res_log' to 'd:\res.ldf'
go以上两句Dos命令。在delphi中如何调用