Ok, I wanted command prompt to change the dir to a specified path:

Code:
Process.Start ("cmd.exe")
My.Computer.Keyboard.SendKeys(cd "C:\Program Files (x86)"
Whne cmd starts, and enters this text, it leaves out the ( and the ) in (x86), why is this?