diff --git a/bin/extract.js b/bin/extract.js index 25b18d830..1179e9a08 100644 --- a/bin/extract.js +++ b/bin/extract.js @@ -3,6 +3,6 @@ for (b = new Enumerator(a.GetFolder(WScript.Arguments(0)).files); !b.atEnd(); b. { if (a.GetExtensionName(b.item()).toLowerCase() == "po") { - new ActiveXObject("WScript.Shell").run("cadius EXTRACTVOLUME " + '"' + b.item() + '"' + " build/X/", 0) + new ActiveXObject("WScript.Shell").run("cadius.exe EXTRACTVOLUME " + '"' + b.item() + '"' + " build/X/", 0) } }