Search found 11 matches

by milnak
15.05.2024, 23:33
Forum: Bug Reports
Topic: "Quick Starter" documentation can be improved
Replies: 0
Views: 28314

"Quick Starter" documentation can be improved

It appears this may have been directly translated from another language. I've made this more idiomatic English.

# Quick starter

## Examples for using the quick starter

### Creating a new repository file

the following steps to create a repository file to find files from the windows folder ...
by milnak
14.05.2024, 19:13
Forum: Discussion
Topic: [Tip] Integrate voidtools' Everything with FreeCommander
Replies: 1
Views: 20902

[Tip] Integrate voidtools' Everything with FreeCommander

Here's a hack I created and it seems to work!

Install everything and everything cli (add cli tool to path) from voidtools website.

Define favorite toolbar.
Add new item:

Name: Everything
Program or Folder: C:\Program Files\PowerShell\7\pwsh.exe
Parameter: -NoLogo -NoProfile -Command "& { $fc ...
by milnak
14.06.2022, 00:29
Forum: Bug Reports
Topic: License agreement wording issue
Replies: 0
Views: 6426

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: 13884

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%"
es.exe "%~1" -txt -sort name /a-d ...
by milnak
11.03.2022, 22:33
Forum: General Discussion
Topic: epub viewer
Replies: 48
Views: 85669

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 "%ActivItem ...
by milnak
11.03.2022, 22:28
Forum: General Discussion
Topic: Jump list
Replies: 4
Views: 9060

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: 7658

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: 38305

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: 5294

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: 5294

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: 60131

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 ...