Skip to content

Commit

Permalink
Add titles to run_client.bat and run_server.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
JonneSaloranta committed Mar 18, 2024
1 parent fa6ef67 commit 8ff25a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions run_client.bat
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
@echo off
title Client
call .\venv\Scripts\activate.bat
"py" "client.py"
pause
1 change: 1 addition & 0 deletions run_server.bat
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
@echo off
title Server
call .\venv\Scripts\activate.bat
"py" "server.py"
pause

0 comments on commit 8ff25a1

Please sign in to comment.