• Some users have recently had their accounts hijacked. It seems that the now defunct EVGA forums might have compromised your password there and seems many are using the same PW here. We would suggest you UPDATE YOUR PASSWORD and TURN ON 2FA for your account here to further secure it. None of the compromised accounts had 2FA turned on.
    Once you have enabled 2FA, your account will be updated soon to show a badge, letting other members know that you use 2FA to protect your account. This should be beneficial for everyone that uses FSFT.

Help with start/stop batch files

Mohonri

Supreme [H]ardness
2FA
Joined
Jul 29, 2005
Messages
5,773
I'm working to set up FAH on my brother-in-law's computer, and he wants the start/stop batch files on his desktop. Before I send them off to him, I wanted to test them on my system.

So I go to the command prompt and type

Code:
net stop [email]FAH@E:+exes+fah+fah502-console.exe[/email]
(that's the service name according to services.msc) Unfortunately, it doesn't work. I get this:
Code:
The service name is invalid.

More help is available by typing NET HELPMSG 2185
I know I'm typing the correct path. What am I doing wrong?

 
Code:
net stop [email]"FAH@E:+exes+fah+fah502-console.exe"[/email]

Make sure you put it in quotes, also, this method has been found not to work on non-XP boxen FYI.
 
also make sure you typed everything right

I go to services.msc and open properties and copy and past to make sure I got it right

 
I copied/pasted, and included the quotes, and it didn't work.

I *am* running Windows 2000, but the command is good--it just doesn't like the name. "service name is invalid"

 
Do you have service pack 3?

and can you stop something else?

 
SP4 and all the latest patches...although I'm due for a reinstall--this install has been going for well over two years now--it's amazing that it's still running as well as it is!

I'll try starting/stopping other things in the morning.

 
I've tried getting those to work on 2K boxen, and it just won't work. It only seems that it will reliably work on XP boxen.

It seems the starting and stopping of non-Windows services isn't a strong point, so they'll only guarantee that you can start and stop those listed when you run a "net help services".
 
Back
Top