Skip to content

Instantly share code, notes, and snippets.

@27Cobalter
Last active February 12, 2018 16:23
Show Gist options
  • Save 27Cobalter/95fe0f93a9118ecb995b8a6f6e661530 to your computer and use it in GitHub Desktop.
Save 27Cobalter/95fe0f93a9118ecb995b8a6f6e661530 to your computer and use it in GitHub Desktop.
マイクラサーバをいい感じに起動するやつ
@echo off
set SERVERSDIR=E:\Game\minecraft\Server\
chcp 65001
cd /d %SERVERSDIR%
for /F "delims=*" %%a in ('dir /b ^| peco') do @set SERVERNAME=%%a
cd "%SERVERNAME%"
chcp 932
start.bat
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment