Changed wget.js/exe

General questions about using ExamDiff Pro, ideas for new features, bug reports, and usage tips.
Post Reply
Alpengreis
Expert Member
Posts: 93
Joined: Sat Oct 04, 2014 8:16 am
Location: Schweiz

Changed wget.js/exe

Post 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
User avatar
psguru
Site Admin
Posts: 2231
Joined: Sat May 15, 2004 4:23 pm
Location: California
Contact:

Re: Changed wget.js/exe

Post by psguru »

Yes, the change is correct.
psguru
PrestoSoft
Alpengreis
Expert Member
Posts: 93
Joined: Sat Oct 04, 2014 8:16 am
Location: Schweiz

Re: Changed wget.js/exe

Post 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
User avatar
psguru
Site Admin
Posts: 2231
Joined: Sat May 15, 2004 4:23 pm
Location: California
Contact:

Re: Changed wget.js/exe

Post by psguru »

Yes, you can safely delete C:\Program Files\ExamDiff Pro\Plug-Ins\wget\wget-1.10.2b directory.
psguru
PrestoSoft
Alpengreis
Expert Member
Posts: 93
Joined: Sat Oct 04, 2014 8:16 am
Location: Schweiz

Re: Changed wget.js/exe

Post by Alpengreis »

Ok, thank you very much for your answer! All right :)
Post Reply