-
Notifications
You must be signed in to change notification settings - Fork 454
Description
I'm new to terminal programs, I have scripts that I run on double click "filename.py"
after that, the python console opens and the script is executed in it.
but since you need to run a lot of copies of the script, it looks not very convenient....
therefore, I decided to look for a solution in which it would be in the form of tab.
I really liked this application, it's better than Microsoft made the microsoftterminal, because I couldn't even install it because the Windows version doesn't fit)
but I am faced with the fact that I can not redirect the launch of "files.py" to flute.exe
i tried creating "cmd" "bat" "vbs" "ps1" and using
flute.exe run
in the content of these files in different ways indicated something like "py filename.py"
maybe i did something wrong here? I don’t know what the working folder is, so I installed the one where the script is, and I don’t know what the arguments are, so I left it empty


