There are a couple ways:
1. Hack the system tables (master..sysfiles).
Shut down SQL, copy the files, restart SQL. HAck master..sysfiles to change the path of the files.
2. Make a script to create the new db you want. Backup the old db. Restore to the new db. Delete any physical files and drop the old db.
Steve Jones
steve@dkranch.net