-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdispatch_plotcfts.bat
More file actions
11 lines (10 loc) · 957 Bytes
/
Copy pathdispatch_plotcfts.bat
File metadata and controls
11 lines (10 loc) · 957 Bytes
1
2
3
4
5
6
7
8
9
10
11
rem copy to local "c:\Program Files\Deltares" needed for QGIS
copy .\bin\x64\release\plotcfts.exe "c:\Program Files\Deltares\plotcfts\plotcfts.exe"
copy .\bin\x64\release\*.dll "c:\Program Files\Deltares\plotcfts\*.*"
copy .\bin\x64\release\platforms\*.dll "c:\Program Files\Deltares\plotcfts\platforms\*.*"
copy .\doc\plotcfts_um.pdf "c:\Program Files\Deltares\plotcfts\doc\plotcfts_um.pdf"
rem copy to Bulletin
rem copy .\bin\x64\release\plotcfts.exe n:\Deltabox\Bulletin\mooiman\programs\PlotCFTS_4.04.03\plotcfts.exe
rem copy .\bin\x64\release\*.dll n:\Deltabox\Bulletin\mooiman\programs\PlotCFTS_4.04.03\*.*
rem copy .\bin\x64\release\platforms\*.dll n:\Deltabox\Bulletin\mooiman\programs\PlotCFTS_4.04.03\platforms\*.*
rem copy .\doc\plotcfts_um.pdf n:\Deltabox\Bulletin\mooiman\programs\PlotCFTS_4.04.03\doc\plotcfts_um.pdf