Yuki Nagato

Results 11 comments of Yuki Nagato

@jborbely How about making a "check-python-runner.bat" script sort of like this: ```batch @echo off for /f "tokens=2 delims==" %%a in ('assoc .py') do ftype %%a ``` and calling it like...