mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-03-12 17:05:14 +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) {
|
||||
var arguments = [];
|
||||
|
||||
arguments.push("reg");
|
||||
arguments.push("import");
|
||||
arguments.push(fileName);
|
||||
|
||||
return SHELL.exec(arguments.join(' '));
|
||||
exports.execFile = function(FN) {
|
||||
return SHELL.exec(["reg", "import", FN].join(' '));
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue
Block a user