I would like to use this batch file on several computers, "BUT" each computer has a different path, to the sub folder that needs to be backed up, although, the folder that has to be backed up is “always” the same on “all” the computers.
So the question is, can the batch file with a shortcut on the desktop, look at drive “C” and find the sub folder called “Silver Dawn” and then store the path to the sub folder in a variable so that variable can be used in the xcopy command.
It is the sub folder called “Silver Dawn” and its sub folders and files that have to be backed up to the external drive.
If this can be done, I would also like it to be able to copy back “from” the external drive to the sub folder called “Silver Dawn” wherever it may be on the “C” drive of "any" of the computers.

TIA
Keith