The cmd line command is:
I tried converting this into a nsExec::ExecToStack command
"systeminfo" |find "System Manufacturer:"
However no matter which combinations of ",',` I use I can't seem to get a command that works. Also tried using $\" but the double quote is then completly ignored.
nsExec::ExecToStack '"systeminfo" |find "System Manufacturer:" '
Pop $0
Pop $1
MessageBox MB_OK '$0'
MessageBox MB_OK '$1'
Thanks in advance for help!
