pspad: -------------------------------------------------------------------------------- In what language you need to escaped single quote? What char is used as escape char different from '\'? --------------------------------------------------------------------------------
PowerShell uses backtick '`' as an escape character. I did not think clearly when I was writing about single quote. PSPad works correctly in this regard because only double quoted strings can contain escapes in PowerShell language. -- <http://forum.pspad.com/read.php?6,54131,54153> PSPad freeware editor http://www.pspad.com
