<div dir="ltr"><div><div><div><div>Hello,<br></div>I'm running buildbot on windows 7, these are my first steps, so far I've followed the tutorials and they've been quite ok.<br></div>I am struggling a little with ShellCommand, I am trying to run an executable from the commandline and pass it a parameter.<br><br></div>so from the command line in windows I would type<br></div><br>C:\Path\To\MyExecutable.exe fileparam1.txt<br><div><div><br>to do this I have a step as follows:<br>f.addStep(steps.ShellCommand(command=["C:\Path\To\MyExecutable.exe", "fileparam1.txt"])) <br><br></div><div>But I keep getting startCommand errors.<br></div><div>Am I using the shell command correctly here. I'm sure I'm missing something very obvious here<br><br></div><div>Regards<br></div></div></div>