{"id":1958,"date":"2016-02-21T15:08:26","date_gmt":"2016-02-21T09:38:26","guid":{"rendered":"http:\/\/www.conceptworld.com\/blog\/?p=1958"},"modified":"2020-02-14T17:55:06","modified_gmt":"2020-02-14T12:25:06","slug":"how-to-make-filezo-list-files-opened-using-total-commander","status":"publish","type":"post","link":"https:\/\/www.conceptworld.com\/blog\/index.php\/how-to-make-filezo-list-files-opened-using-total-commander\/","title":{"rendered":"How to make RecentX list files opened using Total Commander"},"content":{"rendered":"<p><a target=\"_blank\" href=\"https:\/\/www.conceptworld.com\/RecentX\">RecentX<\/a> automatically tracks files &#038; folders opened using Windows Start Menu, Windows Explorer and most other programs. However, it is unable to track files opened using <a href=\"http:\/\/www.ghisler.com\/\" target=\"_blank\">Total Commander<\/a>. <\/p>\n<p>Thanks to our customer @Lutz who directed us to <a target=\"_blank\" href=\"http:\/\/www.ghisler.ch\/board\/viewtopic.php?t=16996&#038;view=next\">an online forum post<\/a> that shows how to make Total Commander work with RecentX. In the past we already posted how to <a href=\"https:\/\/www.conceptworld.com\/blog\/index.php\/making-directory-opus-work-with-recentx\/\" target=\"_blank\">make RecentX work with Directory Open (Dopus)<\/a>.<\/p>\n<p>Basically, you would need to set an <a href=\"https:\/\/autohotkey.com\/\">AutoHotkey<\/a> script to run in Total Commander whenever a file\/folder is opened from it.<\/p>\n<p>RecentX monitors all items added to the Windows Recent Documents list. This is nothing but the &#8220;\\Microsoft\\Windows\\Recent&#8221; folder under AppData. If you open <strong>%appdata%\\Microsoft\\Windows\\Recent<\/strong> from Windows start menu, you will get to the exact folder.<\/p>\n<p>The following AutoHotkey script achieves this:<\/p>\n<p><code>Target = %1%<br \/>\nEnvGet, APPDATA, APPDATA<br \/>\nLinkFile := APPDATA . \"\\Microsoft\\Windows\\Recent\" . SubStr(Target, InStr(Target, \"\\\", 0, 0)) . \".lnk\"<br \/>\nFileCreateShortcut, %1%, %LinkFile%<br \/>\nRun, %1%<\/code><\/p>\n<p>To make any file type (e.g. &#8220;*.pdf&#8221;) that you want TC to create shortcuts for in the Windows &#8216;Recent&#8217; folder run this script, use menu: &#8220;Files|Internal Associations&#8221; and add the file type. In the input box next to &#8220;Open&#8221;, put:<\/p>\n<p><code>\"[PathAndFullNameOfAHKScript]\" \"%1\"<\/code><\/p>\n<p>Thanks to @9kvD38n6, who posted this in the forum.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>RecentX automatically tracks files &#038; folders opened using Windows Start Menu, Windows Explorer and most other programs. However, it is unable to track files opened using Total Commander. Thanks to our customer @Lutz who directed us to an online forum post that shows how to make Total Commander work with RecentX. In the past we &hellip; <a href=\"https:\/\/www.conceptworld.com\/blog\/index.php\/how-to-make-filezo-list-files-opened-using-total-commander\/\" class=\"more-link\">Continue reading <span class=\"screen-reader-text\">How to make RecentX list files opened using Total Commander<\/span><\/a><\/p>\n","protected":false},"author":5,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[4],"tags":[],"class_list":["post-1958","post","type-post","status-publish","format-standard","hentry","category-recentx"],"_links":{"self":[{"href":"https:\/\/www.conceptworld.com\/blog\/index.php\/wp-json\/wp\/v2\/posts\/1958","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.conceptworld.com\/blog\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.conceptworld.com\/blog\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.conceptworld.com\/blog\/index.php\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/www.conceptworld.com\/blog\/index.php\/wp-json\/wp\/v2\/comments?post=1958"}],"version-history":[{"count":9,"href":"https:\/\/www.conceptworld.com\/blog\/index.php\/wp-json\/wp\/v2\/posts\/1958\/revisions"}],"predecessor-version":[{"id":5909,"href":"https:\/\/www.conceptworld.com\/blog\/index.php\/wp-json\/wp\/v2\/posts\/1958\/revisions\/5909"}],"wp:attachment":[{"href":"https:\/\/www.conceptworld.com\/blog\/index.php\/wp-json\/wp\/v2\/media?parent=1958"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.conceptworld.com\/blog\/index.php\/wp-json\/wp\/v2\/categories?post=1958"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.conceptworld.com\/blog\/index.php\/wp-json\/wp\/v2\/tags?post=1958"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}