What I did: Created and saved a new build system with the following contents:
- Code: Select all
{
"cmd": ["start", "$file"]
}
Easy peasy right? Not so fast. Every time I run it on an HTML file, ST throws up the following error:
- Code: Select all
[Error 2] The system cannot find the file specified
[cmd: [u'start', u'D:\\Users\\bleepuser\\Documents\\code\\testhtml.html']]
[dir: D:\Users\bleepuser\Documents\code]
[path: bleeeeeeeeeeeeeeeeeeeeeeeeeep]
[Finished]
Can anyone tell me why this isn't working?
Edit: Pathing directly to a browser works fine, just not "start"? Weird...