• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

DOS Scripting: What represents a space?

Scarpozzi

Lifer
I'm working on a project that makes a call to an address that has a space in it. Usually I would replace it with a % in windows, but that's throwing errors. Any other ideas of what characters I should try? If I leave an actual space in the command, it doesn't view it as a string. I'm going to try enclosing it in single quotes, but don't know if that will work either. Thanks for any suggestions.
 
I figured it out. There was a slight syntax issue... The code was expecting a '.' before the command executed, but it never gave me an error. 😛
 
Back
Top