-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
11fc4db
commit 8807233
Showing
1 changed file
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
@echo off | ||
|
||
xcopy Release\net472\MzidToTsvConverter.exe C:\DMS_Programs\MzidToTsvConverter /Y /D /F | ||
xcopy Release\net472\MzidToTsvConverter.pdb C:\DMS_Programs\MzidToTsvConverter /Y /D /F | ||
xcopy Release\net472\*.dll C:\DMS_Programs\MzidToTsvConverter /Y /D /F | ||
xcopy ..\..\Readme.md C:\DMS_Programs\MzidToTsvConverter /Y /D /F | ||
|
||
echo. | ||
echo Copying to \\pnl\projects\OmicsSW\DMS_Programs\AnalysisToolManagerDistribution\MzidToTsvConverter | ||
pause | ||
|
||
xcopy Release\net472\MzidToTsvConverter.exe \\pnl\projects\OmicsSW\DMS_Programs\AnalysisToolManagerDistribution\MzidToTsvConverter /Y /D /F | ||
xcopy Release\net472\MzidToTsvConverter.pdb \\pnl\projects\OmicsSW\DMS_Programs\AnalysisToolManagerDistribution\MzidToTsvConverter /Y /D /F | ||
xcopy Release\net472\*.dll \\pnl\projects\OmicsSW\DMS_Programs\AnalysisToolManagerDistribution\MzidToTsvConverter /Y /D /F | ||
xcopy ..\..\Readme.md \\pnl\projects\OmicsSW\DMS_Programs\AnalysisToolManagerDistribution\MzidToTsvConverter /Y /D /F | ||
pause |