- PSPad 5.0.0 - Windows 8 (my home PC) I convert historical documents from PDF to text, and then to Markdown, then to EPUB. In order to make the files neat I want to do about a dozen search and replaces on every file, namely, the open tab. I want to write a script to do this in PSPad in VBScript. I found one at http://www.phdesign.com.au/docs/version-history/ but the site is no longer there.
Can someone help me out and show me a 2 line script to do 2 search and replaces on the current tab in PSPad? I want to search and replace all lines in the open tab. I'm a Perl programmer but have not done VBscript before. So the regex between Perl and VBScript might have some differences. I have Script support enabled in PSPad and have the Scripts menu showing, and made a file under PSPad\Scripts\VBScript
