Apply recursively to a folder #759
Unanswered
6upernova
asked this question in
Ask for help
Replies: 1 comment
-
Hi! I don't see why it shouldn't work, but there is a missing \ in your code, try It would help if I got some more information, like if Subsearch starts at all, all requirements are installed, and the output of |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello i want to ask if its possible to run the script on all the files of a folder, i tried this script via powershell but it doesn´t work,
Get-ChildItem -Recurse -File -Include *.mkv, ForEach-Object {
$videoPath = $_.FullName
Start-Process -FilePath python -ArgumentList "N:\PythonScripts\subsearch\src\subsearch_init_.py", "$videoPath" -Wait
}
Beta Was this translation helpful? Give feedback.
All reactions