Hi,
I have the following Context Menu item :
@nofilenamequoting
@set fn={dlgstringS|Enter new file name (extension will be .txt)|New Textfile}
FileType NEW=.txt NEWNAME="norename:{$fn}"
Select PATTERN="{$newfile}" DESELECTNOMATCH
Which creates a blank .txt file in Unicode format, unfortunately I create some files for Avisynth filters, and there (for some reason) the file has to be in the DOS Text format (CR+LF)
Does anyone know if DO is able (via some option or so) to force it to create a DOS Text Format .txt file instead of the default Unicode ?
Thanks a bunch !