mirror of
https://github.com/chrisnov-it/quantumbotx.git
synced 2026-07-27 18:57:47 +00:00
11 lines
210 B
Batchfile
11 lines
210 B
Batchfile
|
|
@echo off
|
||
|
|
echo Starting QuantumBotX Trading Application...
|
||
|
|
echo =========================================
|
||
|
|
echo.
|
||
|
|
echo Make sure MetaTrader 5 is running before continuing!
|
||
|
|
echo.
|
||
|
|
pause
|
||
|
|
echo.
|
||
|
|
QuantumBotX.exe
|
||
|
|
pause
|