Yes, should be able to no problem.

{untested}
SHELL 'net user john 12345 /add '
If @ERROR
  'Error creating account: ' + @ERROR +' '+@SERROR ?
EndIf