如何在Windows中通过快捷方式运行脚本文件?

时间:2016-07-07 14:57:25

标签: windows cmd

使用标准Windows快捷方式文件和cmd.exe尝试天真的方式,但是失败了:

D:\...>node tty-checker.js.lnk
D:\...\tty-checker.js.lnk:1
(function (exports, require, module, __filename, __dirname) { L


SyntaxError: Unexpected token ILLEGAL
    at exports.runInThisContext (vm.js:53:16)
    at Module._compile (module.js:414:25)
    at Object.Module._extensions..js (module.js:442:10)
    at Module.load (module.js:356:32)
    at Function.Module._load (module.js:313:12)
    at Function.Module.runMain (module.js:467:10)
    at startup (node.js:136:18)
    at node.js:963:3

也许你可以建议一种方式?

如果有一个通用方法不仅可以用于.js,还可以用于任何其他源代码文件类型,那就太棒了。

0 个答案:

没有答案