Wrap a command line string
I have: Shell Path & Command
where Command starts with an executable and continues with a string of
switches/options. Something like
Command = "Execute .....a rather long string...."
The result is a long statement. To make it more readable and understandable,
I've tried splitting the string with "_" but this causes errors.
Am I using the underscore incorrectly, or is there a better way, please?
Regards.
|