[jboss-user] [Beginner's Corner] - Re: java_opts use of ")"
Periklis Douvitsas
do-not-reply at jboss.com
Mon Jul 23 05:41:05 EDT 2012
Periklis Douvitsas [https://community.jboss.org/people/periklis_douvitsas] created the discussion
"Re: java_opts use of ")""
To view the discussion, visit: https://community.jboss.org/message/749531#749531
--------------------------------------------------------------
Maybe you can have a look at this page
http://judago.webs.com/batchforloops.htm http://judago.webs.com/batchforloops.htm
He suggests to try one of those
*Escaping* - The caret(^) is the escape character, using one before the character(including that caret itself) escapes it. When delayed expansion is enabled two carets are needed for exclamation marks, see http://judago.webs.com/variablecatches.htm %variable% !catches!.
*Doubling* - Normally used for percentage signs, as the name suggests you simple input two where you want one.
*Quoting* - Where possible, like filenames, surround the string in double quotes.
--------------------------------------------------------------
Reply to this message by going to Community
[https://community.jboss.org/message/749531#749531]
Start a new discussion in Beginner's Corner at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2075]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20120723/e60daf64/attachment.html
More information about the jboss-user
mailing list