How to escape percent character (%) in Windows batch script
Follow this tip if you need to use the the actual percept character in batch script instead of using it as variable symbol. This is useful in using batch script to execute Oracle data pump command, which also utilize % sign.

milly 10:06 am on June 16, 2010
Example: Use % to display variable.
2. Use % in Oracle data pump command. You use three % characters to escape: