C# starting external application

03/10/2014 22:44 MaTToZ#1
hi guys,
I was making an application that should start another application
but unfortunately Process.Start() Command didn't help out
so I was wondering if there is any other way of doing it so
Is there any way of starting an application with doesn't include Process.start
in it because I searched a lot and couldn't find it. :)
03/10/2014 22:57 qkuh#2
Why do not you want to use Process.Start()? It's working fine, usually.
03/10/2014 23:14 MaTToZ#3
Quote:
Originally Posted by qkuh View Post
Why do not you want to use Process.Start()? It's working fine, usually.
I know but at some cases it doesn't work
Idk why but I think the application needs
to load some data from its directory and
process.start() blocks it.
03/10/2014 23:17 qkuh#4
Provide some code, please. You can set the WorkingDirectory with eaze.
[Only registered and activated users can see links. Click Here To Register...]
03/10/2014 23:56 MaTToZ#5
thanks :)