Skip to content

Commit

Permalink
Add batch file
Browse files Browse the repository at this point in the history
  • Loading branch information
alchemistmatt committed Aug 5, 2020
1 parent faad486 commit 0c87960
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions ZippedReleases/Distribute_Program.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
@echo off
echo Copying MSGFPlus.jar to C:\DMS_Programs\ and \\pnl\projects\OmicsSW\DMS_Programs\AnalysisToolManagerDistribution\
pause

@echo on
xcopy ..\target\msgfplus.jar C:\DMS_Programs\MSGFDB /Y
xcopy ..\target\msgfplus.jar \\pnl\projects\OmicsSW\DMS_Programs\AnalysisToolManagerDistribution\MSGFDB\ /y

@echo off
pause

0 comments on commit 0c87960

Please sign in to comment.