view installer-files/fc_update.bat @ 4408:eb8b37422e16

pkg-install.py: Check for OCTAVE_HOME, then PREFIX.
author John W. Eaton <jwe@octave.org>
date Mon, 10 Jul 2017 13:26:33 -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."