how to make "py" files open? #996
Replies: 4 comments
-
python file.py
|
Beta Was this translation helpful? Give feedback.
-
this is understandable so it works, I checked, but I would not want to manually open 100 copies. everyday. |
Beta Was this translation helpful? Give feedback.
-
Maybe you need to use a loop to open everything in a directory and run them
as background tasks?
|
Beta Was this translation helpful? Give feedback.
-
something like that? Set ws = CreateObject("Wscript.Shell") this is not very convenient. although the script works without failures and does not require control, it is sometimes nice to see what this or that bot is doing. and when there are 100 copies, too many windows come out and they are all called not by the names of the bots but by "c: windows \ py" but thanks anyway for answering |
Beta Was this translation helpful? Give feedback.
-
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"
gave these errors
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
Beta Was this translation helpful? Give feedback.
All reactions