Associate
- Joined
- 4 Dec 2008
- Posts
- 1,812
Hi,
I'm trying to make a batch file to start [email protected].... I don't have a clue what I've done wrong. Here is the code:
I've also tried:
And both of them just start another CMD window? I've tried the "NET start [servicename]" thing, but the service name doesn't appear in services.msc?
I'm running windows 7. Thanks
I'm trying to make a batch file to start [email protected].... I don't have a clue what I've done wrong. Here is the code:
START "[email protected]"
I've also tried:
START "C:\Program Files\folding@home\folding@home-x86\[email protected]"
And both of them just start another CMD window? I've tried the "NET start [servicename]" thing, but the service name doesn't appear in services.msc?
I'm running windows 7. Thanks