Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @echo off
- REM This should be the path to the folder where project.godot is (server)
- pushd "C:/Users/PakT/Desktop/Dev/Godot 3.2.2/Projects/server_folder"
- REM This should be the path to the godot executable
- start "server" "C:/Users/PakT/Desktop/Dev/Godot 3.2.2/godot_3.2.2.exe"
- popd
- REM This should be the path to the folder where project.godot is (client)
- pushd "C:/Users/PakT/Desktop/Dev/Godot 3.2.2/Projects/client_folder"
- REM This should be the path to the godot executable
- start "client" "C:/Users/PakT/Desktop/Dev/Godot 3.2.2/godot_3.2.2.exe"
- popd
Add Comment
Please, Sign In to add comment