startup.bat 628 B

12345678910
  1. @echo off
  2. set "KKFILEVIEW_BIN_FOLDER=%cd%"
  3. cd "%KKFILEVIEW_BIN_FOLDER%"
  4. echo Using KKFILEVIEW_BIN_FOLDER %KKFILEVIEW_BIN_FOLDER%
  5. echo Starting kkFileView...
  6. echo Please check log file in ../log/kkFileView.log for more information
  7. echo You can get help in our official home site: https://kkview.cn
  8. echo If you need further help, please join our kk opensource community: https://t.zsxq.com/09ZHSXbsQ
  9. echo If this project is helpful to you, please star it on https://gitee.com/kekingcn/file-online-preview/stargazers
  10. java -Dspring.config.location=..\config\application.properties -jar kkFileView-4.2.1.jar -> ..\log\kkFileView.log