fundamental: -------------------------------------------------------------------------------- Is is possble to invoke pspad from wsh in the same way that you can invoke word? --------------------------------------------------------------------------------
No. PSPad is no DDE- or COM-Server like W0RD is. ### But you could modify your script to 'sendkeys' to PSPad directly: WshShell.Run "notepad", 9 WshShell.Run "path\PSPad", 9 . -- greets, Stefan [img]http://pspad.milten.lima-city.de/Fan.gif[/img] (pleased user since 1722) [url=http://tinyurl.com/52xrj]inofficial FAQs[/url] + [url=http://forum.pspad.com/read.php?2,16286,page=2]Infos[/url] + [url=http://forum.pspad.com/read.php?6,24628]Special Settings[/url] <http://forum.pspad.com/read.php?2,44761,44766> PSPad freeware editor http://www.pspad.com
