Be very very careful about obfuscating commands this way.

You are constructing a command and passing the arguments on the command line. These are extremely easy to view. For instance, if you browse the "win32_process" WMI object you will see the options supplied on the command line, including the username and password.

A safer option is to place the values in the local environment before you call the RUNAS command.