What's the best way to load a program on one machine if I want to move it to another, where it may end on a different drive and/or directory ?
I use a small audio program that allows me to import mp3s, mark start and end points within a song, and then replay the parts in each song. It saves these settings - I don't know where.
When I want to move this programs along with the 1.) associated mp3s, 2.) program config info, and 3.) program to another computer, I can't do it with one drag and drop, which is what I'd like to do, because all 3 components are in different directories.
Assuming I want to move all 3 components to a new computer - assuming the original program and all 3 components are made to work from one drive letter - say "C:", but on the new machine, I may want to:
a.) install to a different directory like F: or G:
b.) run from a USB drive - which is often randomly assigned a different drive letter depending on the config of the machine.
Thanks in advance.