Pass parameter to

Hello, Is it possible in dopus to pass a "{sourcepath}" value to a C# executeble and by reading it in the executeble.
It seems that windows itself cannot read the directory I am currently in.

Yes. You'd normally just run the C# exe with that as a command line argument. What the exe does with the path is then up to it.

Is it a C# exe you've written or one you can't change?

Which part of it are you having trouble with?

I'd like to know what that looks like in DOpus. For example. If I want to start an exe, that I made myself with C#, how do I put that in DOpus. I also have to figure out how to read that back into the exe.

See "Add a button that runs an external program" under Editing the Toolbar.

There's also a demo of this here: