hi, im making i pointless program that boosts the view count of my videos on youtube, all it does is open the video repeatedly. im having a problem with opening internet explorer minimized, as it thinks /min is a command, but its the parameter to run something minimized, here is my code:
System.Diagnostics.Process.Start("C:\Program Files\Internet Explorer\iexplore.exe" / min, TextBox1.Text)
END OF CODE.
textbox 1 is where you type the url of the video. my program works perfectly without /MIN but i dont want internet explorer opening every few seconds (havnt set timer yet). please reply with a working code as i keep getting
"name /MIN is not declared"


