hey cyber,

Yeah - the shell command and double quotes screwed me up for the longest time. Then I made myself a rule of thumb that keeps me out of trouble...

Always wrap the (entire) shell command in single-quotes, then you're free to use double-quotes inside the command

Like this ...

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

-Shawn