msopen/bin/start.bat

5 lines
146 B
Batchfile
Raw Normal View History

2020-09-09 14:31:47 +08:00
@echo off
2023-06-29 14:51:20 +08:00
start javaw -jar -Dfile.encoding=utf-8 -Duser.timezone=GMT+08 -Duser.language=zh -Duser.region=CN ./ms-mcms.jar
2020-09-09 14:31:47 +08:00
:: > boot.log 2>&1
exit