You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
188 B
Batchfile
8 lines
188 B
Batchfile
3 years ago
|
@echo off
|
||
|
|
||
|
@echo 실행 프로그램들을 실행 합니다.
|
||
|
|
||
|
SET CLASSPATH=C:\xit\IntelliJ-Workspace\Deploy\bin
|
||
|
|
||
|
@START /d %CLASSPATH% /b shutdown.bat
|
||
|
@START /d %CLASSPATH% /b startup.bat
|