csharpfftfsharpintegrationinterpolationlinear-algebramathdifferentiationmatrixnumericsrandomregressionstatisticsmathnet
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
479 B
11 lines
479 B
if not exist Output mkdir Output
|
|
if not exist Output\html mkdir Output\html
|
|
if not exist Output\icons mkdir Output\icons
|
|
if not exist Output\scripts mkdir Output\scripts
|
|
if not exist Output\styles mkdir Output\styles
|
|
if not exist Output\media mkdir Output\media
|
|
copy "%DXROOT%\Presentation\hana\icons\*" Output\icons
|
|
copy "%DXROOT%\Presentation\hana\scripts\*" Output\scripts
|
|
copy "%DXROOT%\Presentation\hana\styles\*" Output\styles
|
|
if not exist Intellisense mkdir Intellisense
|
|
|
|
|