8 lines
184 B
Batchfile
8 lines
184 B
Batchfile
@echo off
|
|
setlocal
|
|
|
|
start "GoAuto Server" cmd.exe /k ""%~dp0start-server.bat""
|
|
start "GoAuto Web" cmd.exe /k ""%~dp0start-web.bat""
|
|
|
|
echo GoAuto server and web startup windows opened.
|