Search found 9 matches

by milnak
14.06.2022, 00:29
Forum: Bug Reports
Topic: License agreement wording issue
Replies: 0
Views: 4378

License agreement wording issue

help > about reads: "FreeCommander 32-bit is free to use and distribute..."

However, I'm running the 64-bit (donor) version. Seems like that wording should be clarified.
by milnak
11.03.2022, 23:05
Forum: General Discussion
Topic: How to open search results from Everything in FreeCommander?
Replies: 5
Views: 10924

Re: How to open search results from Everything in FreeCommander?

A crazy hack I came up with. Requires ES ("Download Everything Command-line Interface") from https://www.voidtools.com/downloads/ Save as es_fc.cmd: @echo off setlocal if "%~1"=="" GOTO :EOF set TEMP_FCC=%TEMP%\out.fcc echo #FreeCommander file cart>"%TEMP_FCC%"...
by milnak
11.03.2022, 22:33
Forum: General Discussion
Topic: epub viewer
Replies: 48
Views: 52829

Re: epub viewer

For anyone interested, here's what I use for pdf/epub: Programs > External Viewers Filter: *.pdf;*.xps;*.djvu;*.cbr;*cbz;*.chm;*.epub;*.mobi;*.txt Program: C:\Users\milnak\AppData\Local\SumatraPDF\SumatraPDF.exe Parameters: -esc-to-exit -presentation -view "book view" -reuse-instance "...
by milnak
11.03.2022, 22:28
Forum: General Discussion
Topic: Jump list
Replies: 4
Views: 7109

Re: Jump list

I clicked "activate jump list" but right clicking the pinned FreeCommander XE icon in Windows 11 doesn't show the list. Am I doing something wrong?
by milnak
11.03.2022, 22:24
Forum: General Discussion
Topic: How can I find all the specified folders (including hidden folders) on my hard disk and remove them all at once?
Replies: 4
Views: 6248

Re: How can I find all the specified folders (including hidden folders) on my hard disk and remove them all at once?

ctrl-f (Find)
file name: .vs;debug;release
[x] search in subfolders up to level: 0
Timestamp/Size/Attr: Attributes: [x] Directory

click "Find".
Select all and delete.
by milnak
03.08.2021, 19:57
Forum: Feature Requests
Topic: Favorite toolbar : custom run-time arguments for custom tools
Replies: 2
Views: 36624

Re: Favorite toolbar : custom run-time arguments for custom tools

+1 on on this. I've created a toolbar button as such: Name: ytdlp-mp3 Program: yt-dlp.exe Parameter: --extract-audio --audio-format mp3 --console-title --ignore-errors --output "%(title)s [%(id)s].%(ext)s" %Dlg% Rather than needing %Dlg% to get the URL, I'd prefer a way to have a popup as ...
by milnak
08.12.2020, 20:20
Forum: Feature Requests
Topic: Compare files
Replies: 1
Views: 4428

Re: Compare files

I've created a temporary workaround using a toolbar item:

Program: %windir%\System32\cmd.exe
Parameter: /k %windir%\System32\fc.exe /b "%ActivDir%\%ActivItem%" "%InactivDir%\%InactivItem%"

But this isn't ideal.
by milnak
08.12.2020, 20:15
Forum: Feature Requests
Topic: Compare files
Replies: 1
Views: 4428

Compare files

Maybe I'm missing it, but I see an option to generate checksums and verify checksums, but if I have a file in the left pane and one in the right pane, is there a way to do a binary comparison of them?
by milnak
04.11.2019, 00:17
Forum: General Discussion
Topic: TeraCopy 2 vs. 3 [off-topic]
Replies: 4
Views: 57932

Re: TeraCopy 2 vs. 3 [off-topic]

Here's how I configured FastCopy for FreeCommander. Change program path below to match where you installed fastcopy to. Tools > Favorites tools > Favorite tools edit... (Shift-Ctrl-Y) Add new toolbar (Ins) Name: FastCopy Click FastCopy toolbar and add these: Name: Copy Program: C:\Users\Public\Fast...