Tkap1

Untitled

Jul 22nd, 2020
433
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 0.55 KB | None | 0 0
  1. @echo off
  2. REM This should be the path to the folder where project.godot is (server)
  3. pushd "C:/Users/PakT/Desktop/Dev/Godot 3.2.2/Projects/server_folder"
  4.  
  5. REM This should be the path to the godot executable
  6. start "server" "C:/Users/PakT/Desktop/Dev/Godot 3.2.2/godot_3.2.2.exe"
  7. popd
  8.  
  9. REM This should be the path to the folder where project.godot is (client)
  10. pushd "C:/Users/PakT/Desktop/Dev/Godot 3.2.2/Projects/client_folder"
  11.  
  12. REM This should be the path to the godot executable
  13. start "client" "C:/Users/PakT/Desktop/Dev/Godot 3.2.2/godot_3.2.2.exe"
  14. popd
Add Comment
Please, Sign In to add comment