|
-
Jun 13th, 2009, 09:49 PM
#1
Thread Starter
Junior Member
Visual Basic won't enter parentheses?
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?
-
Jun 13th, 2009, 10:08 PM
#2
Re: Visual Basic won't enter parentheses?
Are you sure it's not CMD? It may be one of those special characters that has a different meaning. Try adding a Carot "^" in front of it.
-
Jun 14th, 2009, 08:31 AM
#3
Thread Starter
Junior Member
Re: Visual Basic won't enter parentheses?
 Originally Posted by Vectris
Are you sure it's not CMD? It may be one of those special characters that has a different meaning. Try adding a Carot "^" in front of it.
Ok I will try this
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|