hi guys,
another problem after long time,
sorry if this is answered before, i m trying to do
this is actually dos command to create service if i just runt this command from command prompt it works fine but if i place it in my app it does nothing and obviously gives no error either. so my doubt is = in this line, can some one please shed some light on this and point me to right direction.PHP Code:File.Run("sc", "create myservice start= auto binPath= c:\\temp\\mr.exe obj= .\administrator password= Password1", -1, true);

Reply With Quote


