Hello all, i want to create a .bat that executes my app Something like: @"C:\ARCHIV~1\MONO-1~1.5\bin\mono.exe" "C:\ARCHIV~1\MONO-1~1.5\samples\gtk-sharp-2.0\GtkDemo\GtkDemo.exe" %* But, how to do it if i don't know where user installed mono? I mean, mono is installed by user, and my software needs to create the .bat. Thanks