Re: How to get a little bit bigger message window?
| Newsgroups | gmane.comp.windows.power-pro |
|---|---|
| Message-ID | <[email protected]> |
Code like this will work for your variable str, assuming it has \n at the end of each line:
local path = pprofolder++"tempstr.txt"
file.writeall(path,str)
do ("notepad",?*"* ++ path ++ ?*"*)
You can probably use wordpad too but you might need full path to wordpad exe.