Run RESTORE FILELISTONLY FROM DISK='fully qualified backup path and file name' to get the abc_data and abc_log values for below. Then restore the DB using a QA session opened up to the desired destination instance.
RESTORE DATABASE abc
FROM DISK='fully qualified backup path and file name'
WITH MOVE 'abc_data' TO 'new data file location',
MOVE 'abc_log' TO 'new data file location',
STATS
John Rowan
======================================================
======================================================
Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden