Copy EXE to two difference paths
girishnehte
Posts: 4
Hi,
I am using SQL Packager 6. I have created a project file (.sqlpkg). In thath file I have stated dotnet exe location as "<DotNetExeLocation value="C:\Dbexe" />" and after execution the exe gets copied to the said location successfully.
Now another thing that I am looking for is to copy the exe to two different locations and if I can give relative path with respect to .sqlpkg file.
Please let me know how this can be done.
Regards,
Girish
I am using SQL Packager 6. I have created a project file (.sqlpkg). In thath file I have stated dotnet exe location as "<DotNetExeLocation value="C:\Dbexe" />" and after execution the exe gets copied to the said location successfully.
Now another thing that I am looking for is to copy the exe to two different locations and if I can give relative path with respect to .sqlpkg file.
Please let me know how this can be done.
Regards,
Girish
Comments
SQL Packager will only create one output, so you could make a batch file and after packager runs, you could put in a copy task to make another copy.