Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Supported by

osexception: could not find item 'experiment', which is entry point of the experiment

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:

    "G:\PhD\OpenSesame Tasks\Test Bat.........go Task 2.opensesame" etc.

    Non Windows system might not except spaces at all so in my opinion it's always a good idea to use underscores (_) instead. OrYouCouldUseCamelCaseForFileAndDirectoryNames :smile:

    Hope this helps,
    Jarik

  • It is working. Thank you Jarik! :)

Sign In or Register to comment.