MSET9 icon indicating copy to clipboard operation
MSET9 copied to clipboard

Updated mset9.bat to Install Python

Open J0n-b0 opened this issue 1 year ago • 1 comments

Rather than telling Windows users to install Python themselves, I've updated the .bat to do it for them. This has not been tested on Windows 7, but unless i did something wrong it should work.

It does the following:

  • Checks if python or py exists, and runs them it they do (fixes #33)
  • If not found, it asks user if they want to install Python
  • If yes, it downloads and installs the appropriate Python version (based on their Windows version) and opens and runs mset9.py in a new cmd instance

This hopefully will cut out the middleman of users downloading Python themselves, which some users can get confused on.

J0n-b0 avatar Feb 23 '24 00:02 J0n-b0

Forgot to add event if windows version not supported, will add

J0n-b0 avatar Feb 23 '24 01:02 J0n-b0