🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
6 lines
210 B
Batchfile
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"
|