[Mono-list] Processname

Pierro enjoylife at tele2.fr
Sun Oct 9 04:46:00 EDT 2005


Hello,

1/ is it possible to execute à file .exe (like ./mysoft.exe) without  to 
write  (mono mysoft.exe) ?

2/ I have a problem who is  :

i use this command : Process p = Process.Start("mono","SDS.exe"); in 
mysoft.exe

and i want to know if SDS is executing each time mysoft.exe is executed 
like that in mysoft.exe :
Process [] ps = Process.GetProcesses();
        foreach (Process p in ps)
             if("SDS" == p.ProcessName)
                    return true;


But Processname is "mono" and not "SDS", how can i make this ?

thanks.

Pierre.



More information about the Mono-list mailing list