I am using the following shell-command:
Call Shell("c:\winnt\system32\cmd.exe /c c:\test.cmd " & Text1.Text, vbNormalFocus)
It works, but when Text1.Text contains more than one word, it only uses the first word as parameter. I want the entire textfield to be the parameter.
