Well, I couldn't make or find batch file but interestingly, I have found 
AutoHotKey <https://autohotkey.com/> code that works for me.
I was going to make like to the original page that I found the code. I 
could find similar codes like this 
<https://autohotkey.com/board/topic/59408-get-the-newest-file-in-a-folder/> 
and this 
<https://autohotkey.com/board/topic/96280-solved-get-the-name-of-the-last-modifiedcreated-file/>,
 
I just couldn't find the exact page. So, I am just posting the code. This 
code was the simplest version I could find, and the code looks fairly 
straightforward.

















*loop, C:\Users\Username\Directory\*.html{  if (A_LoopFileTimeModified > 
modtime)  {    modtime := A_LoopFileTimeModified    file := 
A_LoopFileFullPath  }}run, %file%*

Basically, this code look for newest modified file in the folder declared 
in that first line.
In summary, you could use downloads router to sort into folders for each 
wiki files then, use this AutoHotkey script to lauch the newest file

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/12d2b0c9-d338-40b8-a3a9-cdc6990b805c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to