Skip to content

Instantly share code, notes, and snippets.

@NuckChorris
Last active July 15, 2025 05:59
Show Gist options
  • Save NuckChorris/e06b52a6165d5c1aa2e82709ce653413 to your computer and use it in GitHub Desktop.
Save NuckChorris/e06b52a6165d5c1aa2e82709ce653413 to your computer and use it in GitHub Desktop.
@echo off
if not exist C:\Users\steamuser\Downloads\dqxclarity\venv (
echo Installing requirements. This may take a minute.
python -m venv C:\Users\steamuser\Downloads\dqxclarity\venv
C:\Users\steamuser\Downloads\dqxclarity\venv\Scripts\python.exe -m pip install -r C:\Users\steamuser\Downloads\dqxclarity\requirements.txt
)
start "" C:\Users\steamuser\Downloads\dqxclarity\venv\Scripts\python.exe C:\Users\steamuser\Downloads\dqxclarity\main.py -cpnd
start "" "E:\SquareEnix\DRAGON QUEST X\Boot\DQXBoot.exe"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment