Skip to content

Instantly share code, notes, and snippets.

@stefanache
Created July 1, 2020 20:32
Show Gist options
  • Save stefanache/d299ccf43c5e7af7a87cf83483f5b610 to your computer and use it in GitHub Desktop.
Save stefanache/d299ccf43c5e7af7a87cf83483f5b610 to your computer and use it in GitHub Desktop.
windows 10 - runner for python_receiver.py
@echo off
cls
cd <\path\where_is\the\python_receiver.py>
python -V
where python
python python_receiver.py
pause
@stefanache
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment