Update bootstrap.js and relative files.

This commit is contained in:
Namhyeon Go 2020-07-21 15:42:12 +09:00
parent 75af50defb
commit f1f24765fd
2 changed files with 3 additions and 2 deletions

3
bootstrap.js vendored
View File

@ -22,6 +22,9 @@ return {
// register URI scheme
//REG.write(hKey, path, key, value, REG.STRING, computer);
// open HTA file
SHELL.run("app.hta");
console.log("done");
}
};

View File

@ -2,6 +2,4 @@
cscript app.js bootstrap
start app.hta &
echo done