View Single Post
Old 09-04-2008, 12:10 PM   #7 (permalink)
jaeusm
 
Software Developer

Join Date: Mar 2006

Location: Columbus, OH

Posts: 569

jaeusm is on a distinguished road

Default Re: VB help, trying to start program

If that is your exact line of code, it definitely won't work because each of your backslashes are causing the subsequent character to act as an escape character. Try using double slashes.
jaeusm is offline