-
I'm trying to make a script that will send a command to the file manager to open the location of the file that is currently being played.
Logically, everything seems to be correct, but the script does not work :( |
Beta Was this translation helpful? Give feedback.
Answered by
slideray
Jun 27, 2024
Replies: 1 comment
-
It turned out to solve the issue. It was enough to specify filename, like this: |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
slideray
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It turned out to solve the issue. It was enough to specify filename, like this:
os.execute('C:\\Tools\\doublecmd.exe -c -t "' .. filename .. '" &')