Skip to content

Commit 0c87960

Browse files
committed
Add batch file
1 parent faad486 commit 0c87960

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

ZippedReleases/Distribute_Program.bat

+10
Original file line numberDiff line numberDiff line change
@@ -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+
@echo off
10+
pause

0 commit comments

Comments
 (0)