Is there a way use a batch file or script to take a mapped drive (ie net use f: \\serverA\share), remap it for an application that needs that drive (ie net use f: /del then net use f: \\serverB\share), and then remap the drive back to the original unc share after the application is done?