Skip to content

Commit

Permalink
Fix long path name
Browse files Browse the repository at this point in the history
this is fix for long path name in the script as in issue #1
  • Loading branch information
alzamer2 authored Apr 24, 2017
1 parent 616521c commit bc02b84
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions crunchy-xml-decoder.bat
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
@echo off
RD "%USERPROFILE%\Documents\Crunchyroll-XML-Decoder_link" 1>NUL 2>NUL
mklink /j "%USERPROFILE%\Documents\Crunchyroll-XML-Decoder_link" %cd% 1>NUL 2>NUL
cd "%USERPROFILE%\Documents\Crunchyroll-XML-Decoder_link"
:sratre
crunchy-xml-decoder.py %1 %2 %3 %4 %5 %6 %7 %8 %9
RD "%USERPROFILE%\Documents\Crunchyroll-XML-Decoder_link" 1>NUL 2>NUL
pause

0 comments on commit bc02b84

Please sign in to comment.