Changed wget.js/exe
Posted: Sun Jun 14, 2015 11:31 am
In the v7.0.1.19 (x64) I had the following entry in the config file (for the profile where the installation was):
8::Args="C:\Program Files\ExamDiff Pro\Plug-Ins\wget\wget-1.10.2b\wget.js" "C:\Program Files\ExamDiff Pro\Plug-Ins\wget\wget-1.10.2b\wget.exe" $INPUTFILEPATH $OUTPUTFILEPATH
With the wget.js cmd:
cmdLine = "\"" + WScript.Arguments(0) + "\"" + " -r -nH --cut-dirs=" + nSlashes + " -P " +
"\"" + WScript.Arguments (2) + "\"" + " " + WScript.Arguments(1);
And a wget.exe size of 252 k.
After upddate to v7.0.1.23 I have:
8::Args="C:\Program Files\ExamDiff Pro\Plug-Ins\wget\wget.js" "C:\Program Files\ExamDiff Pro\Plug-Ins\wget\wget.exe" $INPUTFILEPATH $OUTPUTFILEPATH
With the wget.js cmd:
cmdLine = "\"" + WScript.Arguments(0) + "\"" + " -r -nH -np --restrict-file-names=windows --cut-dirs=" + nSlashes + " -P " +
"\"" + WScript.Arguments (2) + "\"" + " " + WScript.Arguments(1);
And a wget.exe size of 2.7 M.
Is this all okay and correct?
Thank you very much for answer in advance!
Kind regards
Alpengreis
8::Args="C:\Program Files\ExamDiff Pro\Plug-Ins\wget\wget-1.10.2b\wget.js" "C:\Program Files\ExamDiff Pro\Plug-Ins\wget\wget-1.10.2b\wget.exe" $INPUTFILEPATH $OUTPUTFILEPATH
With the wget.js cmd:
cmdLine = "\"" + WScript.Arguments(0) + "\"" + " -r -nH --cut-dirs=" + nSlashes + " -P " +
"\"" + WScript.Arguments (2) + "\"" + " " + WScript.Arguments(1);
And a wget.exe size of 252 k.
After upddate to v7.0.1.23 I have:
8::Args="C:\Program Files\ExamDiff Pro\Plug-Ins\wget\wget.js" "C:\Program Files\ExamDiff Pro\Plug-Ins\wget\wget.exe" $INPUTFILEPATH $OUTPUTFILEPATH
With the wget.js cmd:
cmdLine = "\"" + WScript.Arguments(0) + "\"" + " -r -nH -np --restrict-file-names=windows --cut-dirs=" + nSlashes + " -P " +
"\"" + WScript.Arguments (2) + "\"" + " " + WScript.Arguments(1);
And a wget.exe size of 2.7 M.
Is this all okay and correct?
Thank you very much for answer in advance!
Kind regards
Alpengreis