it means you did not include the quotesnet.exe gives me
"The syntax of this command is:
NET STOP
service"
type
net.exe stop "plug and play"
the quotes are required since "plug and play" is the service name and it has stupid embedded spaces. Otherwise, the command thinks will use each space to indicate another command line argument.