Re: Script to run 1 process and kill 2 services
Posted: 19 Nov 2015 11:18
ok people, new attempt:
on cmd i write: net start "apple mobile device service" and the service start!
but on XY i write: run "cmd /c net start "Apple Mobile Device Service" /F";
the service don't run and have a error: Impossible find specified file.File: "cmd /c net start "Parameters: Apple Mobile Device Service" /F"
run
"cmd /c net start "Apple Mobile Device Service" /F"
with run "cmd /c net start "Apple Mobile Device Service"; i have an error overflow 0 / 0
where is problem??
on cmd i write: net start "apple mobile device service" and the service start!
but on XY i write: run "cmd /c net start "Apple Mobile Device Service" /F";
the service don't run and have a error: Impossible find specified file.File: "cmd /c net start "Parameters: Apple Mobile Device Service" /F"
run
"cmd /c net start "Apple Mobile Device Service" /F"
with run "cmd /c net start "Apple Mobile Device Service"; i have an error overflow 0 / 0
where is problem??