ฉันมีทางลัดด้วย "C:\Users\Public\TestPro\TestPro Automation Framework\taf.js"
'เป้าหมาย'
ฉันต้องการที่จะเรียกใช้จากไฟล์ชุดดังนั้นฉันคัดลอก"C:\Users\Public\TestPro\TestPro Automation Framework\taf.js"
ลงในบรรทัดคำสั่ง cmd.exe และกด Enter ไม่มีอะไรเกิดขึ้น.
ฉันจะเรียกใช้"C:\Users\Public\TestPro\TestPro Automation Framework\taf.js"
จากบรรทัดคำสั่งบน Windows7 ได้อย่างไร
ปรับปรุง
ไฟล์ js มี
var WshShell = new ActiveXObject("Wscript.Shell");
WshShell.run("java -Dlog.dir=%TEMP% -jar taf-loader.jar", 0, false);
WScript.exit;
ฉันพยายามเรียกใช้ไฟล์ js พร้อมทั้งWscript.exe
และCscript.exe
ตามที่ @Serge แนะนำ แต่ไม่มีอะไรทำงาน = โปรแกรมที่ฉันเริ่มต้นด้วย doubleclicking ยังไม่ได้เริ่ม ไม่มีข้อผิดพลาดอย่างใดอย่างหนึ่ง
C:\>Cscript.exe "C:\Users\Public\TestPro\TestPro Automation Framework\taf.js"
Microsoft (R) Windows Script Host Version 5.8
Copyright (C) Microsoft Corporation. All rights reserved.
C:\>Wscript.exe "C:\Users\Public\TestPro\TestPro Automation Framework\taf.js"
C:\>