executing cmd.exe with an argument like
systeminfo /fo csv >C:\Dokumente und Einstellungen\user\Desktop\systeminfo.txt"
should result in a textfile on the desktop.
executing this within the commandline (via WIN-R -->cmd) works as expected.
same with ShellExecute (Windows) doesn’t.