有人可以幫助我找到使用java腳本執行批處理文件的解決方案,我目前正在使用nw.js,並且我嘗試了幾個適用於.exe的東西,但沒有對於蝙蝠使用Java腳本執行.bat文件
var execFile = require
('child_process').execFile, child;
child = execFile('C:\\WorkLog\\Software\\abc.exe', //works
//child = execFile('C:\\PDFRotation\\Run.bat', //not working
看起來像node.js – npocmaka
@npocmaka nw.js是一個JS庫,用於從DOM調用節點模塊。 –