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.
How to convert macOS config file to be used on Windows #16373
Comments
|
Absolute paths on Windows must start with drive letter, e.g. |
I have been using youtube-dl on macOS with this configuration file with no problems however I tried replicating it to work Windows but I keep getting "ERROR: Batch file couldn't be read". I tried replacing the / with \ and putting all relevant Windows paths between double quotations but nothing worked.
Can someone tell me how I can convert this configuration file to work on Windows?
Thanks a lot