You can use sp_addumpdevice to create a logical device from which an archive database can be loaded. The syntax is:
sp_addumpdevice ‘archive database’, ‘<logical name>’, ‘<physical name>’
After you have executed this command, you can now use the logical name instead of the physical name as the dump device or stripe device in a load database command.