user20849 Asked: 2010-08-31 10:43:26 +0800 CST how do i create a 1 line command using "sc start" or "net start" on services whose names match a pattern? 0 I am creating a batch file to start several services, instead of enumerating each "net start" with the exact service name, how can i create the script to run "net start" on any service that begins with "EED" Thanks. windows service net start