I have a command that copies databases from only one source to different destinations.
I want to make an array in order to show the the source database only once?
For the time being my command looks like that:
FileCopy strBuSource, strBuDest
FileCopy strBuSource, strVaDest
FileCopy strBuSource, strBlDest
FileCopy strBuSource, strHaDest
FileCopy strBuSource, strPlDest
FileCopy strBuSource, strTaDest
FileCopy strBuSource, strTrdest
Is it possible to write down only the destinations with one data base source?