2019-04-14 22:45:18 +08:00
|
|
|
@echo off
|
|
|
|
|
set "KKFILEVIEW_BIN_FOLDER=%cd%"
|
|
|
|
|
cd "%KKFILEVIEW_BIN_FOLDER%"
|
|
|
|
|
echo Using KKFILEVIEW_BIN_FOLDER %KKFILEVIEW_BIN_FOLDER%
|
|
|
|
|
echo Starting kkFileView...
|
2019-10-24 16:22:02 +08:00
|
|
|
echo Please check log file in ../log/kkFileView.log for more information
|
2019-09-16 11:33:06 +08:00
|
|
|
echo You can get help in our official homesite: https://kkFileView.keking.cn
|
2019-10-24 16:22:02 +08:00
|
|
|
echo If this project is helpful to you, please star it on https://gitee.com/kekingcn/file-online-preview/stargazers
|
2021-12-14 13:37:03 +08:00
|
|
|
java -Dspring.config.location=..\config\application.properties -jar kkFileView-4.1.0-SNAPSHOT.jar -> ..\log\kkFileView.log
|