osexception: could not find item 'experiment', which is entry point of the experiment
in OpenSesame
I am trying to execute batch file of multiple opensesame experiments but getting osexception for each of experiments in batch file.
pleas

e help to resolve this issue.
Comments
Hi Simran,
In batch files, when there are spaces in a path you want to use quotes (").
So something like:
Non Windows system might not except spaces at all so in my opinion it's always a good idea to use underscores (_) instead. OrYouCouldUseCamelCaseForFileAndDirectoryNames
Hope this helps,
Jarik
It is working. Thank you Jarik!