4 lines
156 B
Batchfile
4 lines
156 B
Batchfile
:: Copyright Graff Interactive, Inc. All Rights Reserved.
|
|
@echo off
|
|
set config_name=config_session_server.json
|
|
start node "%~dp0app.js" "%~dp0%config_name%" |