You can use continuation characters in the interactive mode of the administrative client. Continuation characters are useful when you want to process a command that is longer than your screen or window width.
Attention: Without continuation characters you can enter up to 256 characters. With continuation characters you can enter up to 1500 characters. In the MACRO command, these maximums are after any substitution variables have been applied.
With continuation characters, you can do the following:
For example:
register admin pease mypasswd - contact="david, ext1234"
stgpools=stg1,stg2,stg3,- stg4,stg5,stg6
For example:
contact="david pease, bldg. 100, room 2b, san jose,"- "ext. 1234, alternate contact-norm pass,ext 2345"
TSM concatenates the two strings with no intervening blanks. You must use only this method to continue a quoted string of values across more than one line.