Search found 33 matches

by mkolaski
12 Jul 2018 14:13
Forum: Tips & Tricks, Questions & Answers
Topic: Drive groups in toolbar showing as individual icons
Replies: 4
Views: 1173

Re: Drive groups in toolbar showing as individual icons

There is an expandable drive button script here if it's of interest

viewtopic.php?f=7&t=10272
by mkolaski
03 Jan 2018 14:34
Forum: Other Software
Topic: This has worked well for forcing windows on top.
Replies: 3
Views: 3221

Re: This has worked well for forcing windows on top.

I've been using this Autohotkey script I found online for several years - just Win & t to toggle ;always on top Win + t ;#t:: Winset, Alwaysontop, , A #t:: ActiveHwnd := WinExist("A") WinGetTitle, WindowTitle, ahk_id %ActiveHwnd% WinGet, ExStyle, ExStyle, ahk_id %ActiveHwnd% if (ExStyl...
by mkolaski
10 Nov 2016 13:57
Forum: Other Software
Topic: Reminder needed
Replies: 8
Views: 6211

Re: Reminder needed

ability to show reminds when specific program is started or file opened And Todoist does that? No, but it does all the other items noted under `examples` above. LastActivityView (http://www.nirsoft.net/utils/computer_activity_view.html) looks like it might provide that funcationality ToDoList (http...
by mkolaski
08 Nov 2016 14:26
Forum: Other Software
Topic: Reminder needed
Replies: 8
Views: 6211

Re: Reminder needed

You need to pay $28.99 USD a year to get all the features, but I use Todoist - available on web/mobile/desktop

https://en.todoist.com/comparePlans

I switched from Remember the Milk around 18 months or so ago

Cheers,
Michael
by mkolaski
06 Oct 2016 14:19
Forum: Tips & Tricks, Questions & Answers
Topic: "Portable File Manager for Windows"
Replies: 15
Views: 4021

Re: "Portable File Manager for Windows"

Rather than "advanced" why not use the term "Fully featured"?
by mkolaski
15 Apr 2016 14:45
Forum: Wishes
Topic: TFS in context menu
Replies: 4
Views: 1677

Re: TFS in context menu

On a slightly different note, I have a catalog entry set up so that File Locator will open and default to search in the current folder.

I have the Pro version so you'll need to adapt the command to suit:

"pathto\FileLocator Pro\FileLocatorPro.exe" -d "<curpath>"
by mkolaski
12 Oct 2015 14:29
Forum: Script Exchange
Topic: Run windows-scheduler-like background jobs
Replies: 3
Views: 1732

Re: Run windows-scheduler-like background jobs

Belvedere is an AHK script written by one of the guys over on Lifehacker that will do what you want: https://github.com/adampash/belvedere Alternatively, check out FileJuggler (which is what I use) - it runs as a Windows service and does all tyou want plus it will also rename files based in their co...
by mkolaski
30 Aug 2015 20:43
Forum: Tips & Tricks, Questions & Answers
Topic: Address does not include drive?
Replies: 7
Views: 1580

Re: Address does not include drive?

I frequently need to copy/paste full file paths.
You can so this by right-clicking and selecting To clipboard -> Item/Path Name. In a fresh install this is bound to Ctrl + P
by mkolaski
25 Aug 2015 20:50
Forum: Wishes
Topic: Move selected files into newly created subfolder
Replies: 6
Views: 1786

Re: Move selected files into newly created subfolder

I know. Wish I'd found it sooner!!! :biggrin:
by mkolaski
25 Aug 2015 20:29
Forum: Wishes
Topic: Move selected files into newly created subfolder
Replies: 6
Views: 1786

Re: Move selected files into newly created subfolder

I felt as if the functionality must be there and looked through the menus and stuff but couldn't see it. Being a keyboard junkie, rather than mouse user what I didn't do was to right-click and drag with the mouse. d'oh! :?

Guess I should've RTFM'd!!

Thanks for your help on this guys.
by mkolaski
25 Aug 2015 14:25
Forum: Wishes
Topic: Move selected files into newly created subfolder
Replies: 6
Views: 1786

Re: Move selected files into newly created subfolder

No. It looks perfect to me (it works too! :appl: ).

Many thanks for this, highend.
by mkolaski
25 Aug 2015 11:39
Forum: Wishes
Topic: Move selected files into newly created subfolder
Replies: 6
Views: 1786

Move selected files into newly created subfolder

Seeing as how we now have Flatten Folders, thought I should ask if there is a similar way to achieve/automate the opposite? :ninja: I often have to organise large numbers of files that have been extracted from zip files into various sub-folders and after having selected some files, I'd like to be ab...
by mkolaski
13 Aug 2015 16:49
Forum: Tips & Tricks, Questions & Answers
Topic: Visual filter - orientation
Replies: 6
Views: 1522

Re: Visual filter - orientation

Many thanks, that works perfectly
by mkolaski
13 Aug 2015 16:24
Forum: Tips & Tricks, Questions & Answers
Topic: Visual filter - orientation
Replies: 6
Views: 1522

Re: Visual filter - orientation

Could you give me more details on how to achieve this please as I'm not really sure what would be involved.
Alternatively, is a "normal" search available that would find all portrait/landscape images or could it be achieved by scripting by checking if x is > y in pixel size?
by mkolaski
13 Aug 2015 15:58
Forum: Tips & Tricks, Questions & Answers
Topic: Visual filter - orientation
Replies: 6
Views: 1522

Visual filter - orientation

Hi

Is it possible to filter the view based on whether images are portrait or landscape orientation?

Thanks,
Mick