view installer-files/fc_update.bat @ 4256:b5b3f7fcac8f

* installer-files/fc_update.bat: fix typo
author John D
date Thu, 01 Dec 2016 14:26:53 -0500
parents 7f2d5c8c4491
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."