I need to run the following command, but getting confused as to how to add quotes within the command:

shell "%comspec% /e:1024 /c k:\aj\print\netsvc" +" "spooler""+" \\" +@wksta+" /stop"

What I want to do is to run the above command as follows:

netsvc "spooler" \\phn939 /stop
(were phn939 is computer name)
The script keeps comfusing the quotes I use for the spooler service