Last active
July 15, 2025 05:59
-
-
Save NuckChorris/e06b52a6165d5c1aa2e82709ce653413 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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