[Mono-list] How to run program with arguments

Robert Jordan robertj at gmx.net
Sat Jun 25 12:55:08 EDT 2011


On 25.06.2011 18:49, Maurício Girardi Schappo wrote:
> I have a program that receives input arguments:
>
> $ myProgram.exe -arg1 -arg2 -arg3
>
> in Windows that works just fine. I want to run that through MONO in linux.
> How do I do that?
>
> $ mono myProgram.exe
>
> runs the program, but how do I pass the arg1, arg2 and arg3 to
> myProgram.exe using
> MONO?

mono myProgram.exe -arg1 -arg2 -arg3

Robert



More information about the Mono-list mailing list