Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
microwavedd authored Apr 4, 2024
1 parent 47fcc0a commit 5c1e67f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions release/stillalive.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
def execute():
# You need to substitute the path to wherever the files "songpace.py" and "asciis.py" are in your machine.
# More detailed tutorial in the github
c1 = "python C:/Users/User/Desktop/PortalStillAlive/main/songpace.py" # Reemplaza "script1.py" con el nombre de tu primer script
c2 = "python C:/Users/User/Desktop/PortalStillAlive/main/asciispace.py" # Reemplaza "script2.py" con el nombre de tu segundo script
c1 = "python ../Still-Alive-Portal-1-Final-Song-Recreation-main/main/songpace.py" # Reemplaza "script1.py" con el nombre de tu primer script
c2 = "python ../Still-Alive-Portal-1-Final-Song-Recreation-main/main/asciispace.py" # Reemplaza "script2.py" con el nombre de tu segundo script
p1 = subprocess.Popen(c1, creationflags=subprocess.CREATE_NEW_CONSOLE)
p2 = subprocess.Popen(c2, creationflags=subprocess.CREATE_NEW_CONSOLE)

Expand Down

0 comments on commit 5c1e67f

Please sign in to comment.