Files
videoPlayer/quantum-autostart.bat
2025-10-02 01:52:03 -06:00

6 lines
210 B
Batchfile

@echo off
REM Quantum Player Autostart Script
REM Copy this file to: %APPDATA%\Microsoft\Windows\Start Menu\Programs\Startup
wsl -d Ubuntu -e bash -c "cd /home/draganel/repos/videoPlayer && bash autostart.sh"