-
Notifications
You must be signed in to change notification settings - Fork 48
/
aupdate.bat
24 lines (20 loc) · 933 Bytes
/
aupdate.bat
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
copy ..\dgate\dgate.exe .\install32
copy ..\dgate\dgate64.exe .\install64
copy ..\servertask\cqdicom.dll .
copy ..\dgateserv\dgateserv.exe .
copy ..\gui\win32\conquestdicomserver.exe .
copy ..\doc\windowsmanual.pdf .
copy ..\doc\DicomConformance_FilesLST_Changes.pdf .
copy ..\doc\linuxmanual.pdf .
copy docker\prebuild\dgate .\linux
copy docker\prebuild\servertask .\webserver\htdocs\api\dicom
copy ..\servertask\servertask.exe .\webserver\htdocs\api\dicom
copy dgate.dic .\linux
rem need using server somewhere to compile dictionary to binary
copy dgate.dic c:\dicom150beta
c:\dicom150beta\dgate64 --mk_binary_dic:t.dic
copy c:\dicom150beta\t.dic .\webserver\cgi-bin\dgate.dic
copy c:\dicom150beta\t.dic .\webserver\cgi-bin\newweb\dgate.dic
del .\webserver\cgi-bin\dgate.exe
del .\webserver\cgi-bin\newweb\dgate.exe
REM do not forget to update MINT14 compiled version of dgate (paradigit\d\vmware with maklinux_precompiled)