Pipe2 not working

 From:  Michael Gibson
5210.10 In reply to 5210.8 
Hi Felix, what did you put for the command in the shortcut key for launching it?

It looks like you may have something like this in there:     script:Pipe


That's not what you want - you want to have just the plain name: Pipe


If you put the "script:" at the front it will generate the error that you show there in the first screenshot - that "script:" label at the front is the way to tell MoI that what follows is not the name of a command but is instead a chunk of script code that should be run directly. You don't have that here, you want to just give it a command name to run.

Once you put just plain "Pipe" as the command name with no script: in front of it, that should solve the first problem.


For Pipe2, can you tell me where you have copied the files to? They should go inside of the \command sub-folder, if they are in some other sub-folder other than that then that might be the issue there.

- Michael