ChiDragon Posted July 24, 2004 Posted July 24, 2004 I'm attempting to make a Jscript so that I can automatically install NewsBin Pro, but I get a scripting error when I try to use WshShell.SendKeys ("{\}");. The reason I'm using it at all is to load my settings file within the program automatically (the backslash is needed for typing the path in the Load box), but that's not important... Is there some alternate code or something for sending the backslash key?
Wraith Posted July 24, 2004 Posted July 24, 2004 Try double backslash.The backslash is used to generate an escape character, so double backslash is usually translated to a single backslash elsewhere.
ChiDragon Posted July 24, 2004 Author Posted July 24, 2004 Great, it's working now. Thanks very much for the quick reply.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now