Sorry, but I have to correct myself. It does not work fully, i.e. with path names:
(strcat "HKEY_CURRENT_USER\\" (vlax-product-key) "\\Applications") The backslash is the escape character in the string. The double backslash should escape itself. Instead PSPad treats the first double-quote as escaped and ends the first string after '(vlax-product-key)', which is wrong. PSPad calculates the start of the second string after 'Applications' and ends it with the end of the line. Thanx for any future fix. Regards, Stephan -- <http://forum.pspad.com/read.php?2,50142,54236> PSPad freeware editor http://www.pspad.com
