Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows batch scripts fix #56

Closed
wants to merge 3 commits into from

Conversation

AndreaPro
Copy link

  • All batchscripts were almost unreadable inside Windows default text editor, and even if the first line was commented the command prompt was giving a strange error, so I've converted all the scripts from UTF-8 and Unix EOL to ANSI PC EOL so this fixed the errors and make them readable with te correct CR and LFs.
  • The "set_registry_keys.bat" was malfunctioning, it worked well only if VLC 64 bit is used, because under windows the last parenthesis in Program Files (x86) was causing the FOR loop to quit before executing the lines of code inside. To fix this I've used DelayedExpansion so now the script should work with VLC in any path. To make the script work I've also edited the "config.bat.default" file.
  • Edited README.md to reflect changes made in batch scripts

…f VLC 64 bit is used, because under windows the last parenthesis in Program Files (x86) was causing the FOR loop to quit before executing the lines of code inside. To fix this I've used DelayedExpansion so now the script should work with VLC in any path. To make the script work I've also edited the "config.bat.default" file.
…ditor, and even if the first line was commented the command prompt was giving a strange error, so I've converted all the scripts from UTF-8 and Unix EOL to ANSI PC EOL so this fixed the errors and make them readable with te correct CR and LFs.
@XaF
Copy link
Owner

XaF commented Sep 14, 2016

Will need other users' confirmations before merging this patch, as I can't directly try it myself at the moment!

@XaF XaF force-pushed the master branch 2 times, most recently from dd53221 to 93df81b Compare June 24, 2017 22:24
@XaF
Copy link
Owner

XaF commented Apr 16, 2018

TraktForVLC 2.x makes that PR obsolete - #88

@XaF XaF closed this Apr 16, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants