view installer-files/fc_update.bat @ 4687:ff17e8f333ae

dicom: fix build for file_stat only in octave::sys namespace
author John W. Eaton <jwe@octave.org>
date Wed, 25 Apr 2018 10:52:47 -0400
parents b5b3f7fcac8f
children 202fa20cf559
line wrap: on
line source

@echo off

set ROOT_DIR=%~dp0
echo "Updating fc-cache (may take a while) ..."
%ROOT_DIR%\bin\fc-cache.exe -v
echo "Done."