Page 1 of 1

Changed wget.js/exe

Posted: Sun Jun 14, 2015 11:31 am
by Alpengreis
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

Re: Changed wget.js/exe

Posted: Sun Jun 14, 2015 11:38 am
by psguru
Yes, the change is correct.

Re: Changed wget.js/exe

Posted: Mon Jun 15, 2015 6:52 am
by Alpengreis
Ok, thank you!

And as additional question:

is it possible to delete this directory or at least some files - because this wget version 1.102b is very old?

Kind regards
Alpengreis

Re: Changed wget.js/exe

Posted: Mon Jun 15, 2015 6:55 am
by psguru
Yes, you can safely delete C:\Program Files\ExamDiff Pro\Plug-Ins\wget\wget-1.10.2b directory.

Re: Changed wget.js/exe

Posted: Mon Jun 15, 2015 2:21 pm
by Alpengreis
Ok, thank you very much for your answer! All right :)