Hello,
All of a sudden the following button stopped doing it's job,
it seems the text does not get created, and thus notepad tells me the file to open does not exist.
Can someone check please ?
<?xml version="1.0"?>
<button backcol="none" display="both" textcol="none">
<label>New Textfile + OPEN it !</label>
<tip>New Textfile + OPEN it !</tip>
<icon1>#default:favoritesedit</icon1>
<function type="normal">
<instruction>@nofilenamequoting</instruction>
<instruction>@set fn={dlgstringS|Enter new file name (extension will be .txt)|New Textfile}</instruction>
<instruction>FileType NEW=.txt NEWNAME="norename:{$fn}"</instruction>
<instruction>Select PATTERN="{$newfile}" DESELECTNOMATCH</instruction>
<instruction>"C:\Program Files\Notepad++\notepad++.exe" "{$newfile}"</instruction>
</function>
</button>
Windows7 32bit
DO 10.0.0.3 x86