I want to add a .log option here, or change the "Text Document" option so it has a .log extension. Is this possible?
If you import the attached registry settings it should set it up for you.
newlog.zip (312 Bytes)
If I understand you correctly, you wish to create a new 0 byte text file but have it end with a file extension of .log right?
If so, here's the basic command:
FileType NEW=.txt NEWNAME="norename:New Text Document.log"
You might want to add a couple extra lines so it first deselects whatever was selected, and then selects the newly created file after creating it. To do that configure your command like the screen grab below:
oops, beaten to the punch again! lol
Thanks all.....