Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
"ERROR: batch file could not be read", when I call the CLI without specifying a path to the executable file #15970
Comments
|
So what? There is no |
|
I thought that youtube-dl looks for batch file in the same directory, if path is not specified. |
|
If it will look in the same directory then it would be impossible to specify paths relative to a current directory. It's a standard and idiomatic behavior. |
Before submitting an issue make sure you have:
What is the purpose of your issue?
Description of your issue, suggested solution and other information
I have added directory to PATH Environment Variable to avoid specifying a path to youtube-dl in the CLI.

But, when I call the CLI without specifying a path to the executable file, batch.txt could not be read.
See attached screenshot