We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent faad486 commit 0c87960Copy full SHA for 0c87960
ZippedReleases/Distribute_Program.bat
@@ -0,0 +1,10 @@
1
+@echo off
2
+echo Copying MSGFPlus.jar to C:\DMS_Programs\ and \\pnl\projects\OmicsSW\DMS_Programs\AnalysisToolManagerDistribution\
3
+pause
4
+
5
+@echo on
6
+xcopy ..\target\msgfplus.jar C:\DMS_Programs\MSGFDB /Y
7
+xcopy ..\target\msgfplus.jar \\pnl\projects\OmicsSW\DMS_Programs\AnalysisToolManagerDistribution\MSGFDB\ /y
8
9
10
0 commit comments