.Bat File Issue

Good afternoon,

I’ve setup a .bat file to trigger a HTML page exported from Kantu. Followed the instructions in the documentation relating to this, however my .bat file only opens Chrome, and doesn’t execute the script via the HTML file. Here’s the content of my .bat file. Looking to schedule it via Windows Task Scheduler.

“C:/Program Files (x86)/Google/Chrome/Application/chrome.exe”
“file:///C:/Golf.html?direct=1&close=1&savelog=log1.txt”

Probably something really simple, but I’m a novice at this kind of stuff, so any assistance is greatly appreciated.

Thanks

The batch file line looks ok. If Chrome opens, what (file) URL is displayed there?