mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-05-23 18:11:03 +00:00
Update registry.js
This commit is contained in:
parent
626437ec1a
commit
c525393785
|
@ -115,12 +115,6 @@ exports.create = function(hiveKey, path, key, computer) {
|
||||||
}
|
}
|
||||||
*/
|
*/
|
||||||
|
|
||||||
exports.importFromFile = function(fileName) {
|
exports.execFile = function(FN) {
|
||||||
var arguments = [];
|
return SHELL.exec(["reg", "import", FN].join(' '));
|
||||||
|
|
||||||
arguments.push("reg");
|
|
||||||
arguments.push("import");
|
|
||||||
arguments.push(fileName);
|
|
||||||
|
|
||||||
return SHELL.exec(arguments.join(' '));
|
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue
Block a user