Files
file-online-preview/server/src/main/bin/startup.bat

11 lines
628 B
Java
Raw Normal View History

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...
echo Please check log file in ../log/kkFileView.log for more information
2023-03-03 18:42:44 +08:00
echo You can get help in our official home site: https://kkview.cn
2022-12-14 09:45:48 +08:00
echo If you need further help, please join our kk opensource community: https://t.zsxq.com/09ZHSXbsQ
echo If this project is helpful to you, please star it on https://gitee.com/kekingcn/file-online-preview/stargazers
2023-04-18 14:48:34 +08:00
java -Dspring.config.location=..\config\application.properties -jar kkFileView-4.2.1.jar -> ..\log\kkFileView.log