7 lines
203 B
Batchfile
7 lines
203 B
Batchfile
@echo off
|
|
title OnEver Drive - Windows Agent Launcher (PyQt6)
|
|
cd /d "%~dp0"
|
|
echo Starting OnEver Drive PyQt6 Agent in notification area...
|
|
start "" "%~dp0dist\OnEverDriveAgent\OnEverDriveAgent.exe"
|
|
exit
|