diff --git a/mp/mpfshell.py b/mp/mpfshell.py index 2e39c5b..44334db 100644 --- a/mp/mpfshell.py +++ b/mp/mpfshell.py @@ -812,6 +812,9 @@ def main(): elif args.script is not None: + if platform.system() == "Windows": + mpfs.use_rawinput = True + f = open(args.script, "r") script = ""