Following code
@nofilenamequoting
@set fn={dlgstringS|Dokument Namen eingeben (ohne .odt)|Dokument Name}
FileType NEW=.odt NEWNAME="norename:{$fn}"
Select PATTERN="{$newfile}" DESELECTNOMATCH
"C:\Programme\OpenOffice.org 2.4\program\swriter.exe" "{$newfile}"
used to work, but after an user changed it to a different program, it stopped working:
@nofilenamequoting
@set fn={dlgstringS|Dokument Namen eingeben |Dokument Name}
FileType NEW=.odt NEWNAME="norename:{$fn}"
Select PATTERN="{$newfile}" DESELECTNOMATCH
"C:\Programme\SoftMaker Office 2010 Home & Business\TextMaker.exe" "{$newfile}"
What could be the problem?
What actually happens?