I have now like this changed my code , sorry @españolito didnt work in C#

shortcut.TargetPath = "\"C:\\file.exe\"";
shortcut.Arguments = "/" + textBox3.Text + "/" + " " + comboBox1.Text + " " + textBox1.Text + " " + textBox2.Text;
this works great , instead of / I need to add " but cant