Search found 106 matches

by afh
23.10.2017, 08:10
Forum: Resolved Bugs, Issues, Requests
Topic: 761 - Error schema dialog at start
Replies: 5
Views: 28414

Re: 761 - Error schema dialog at start

Please also note that the shortcuts for layouts (alt+1, alt+2...) seem not to work anymore.

For alt+1 I get the message "No colors saved for the selected layout!" and for alt+2 nothing happens.
by afh
18.10.2017, 21:28
Forum: Bug Reports
Topic: "Save selection" from "Edit" destroys relative paths
Replies: 4
Views: 11332

Re: "Save selection" from "Edit" destroys relative paths

You can use %FcSrcDrive% or %FcSrcPath% - I tested with editors and it works, more here: http://www.freecommander.com/fchelpxe/en/Configurationfolder.html You are right!!! I don't know why I didn't try this... :oops: So instead of "..\editor.exe" I should have used"%FcSrcPath% \..\ed...
by afh
15.10.2017, 14:39
Forum: General Discussion
Topic: Copy and move selected file to folders
Replies: 2
Views: 5134

Re: Copy and move selected file to folders

Try this (not sure it works or is the best solution) Insert this in parameter of the button you create (quotation marks are important) - replace copyfolderpath and movefolderpath with your folders: /c for %i in (%ActivSel%) do (copy %ActivSel% "CopyFolderPath\%~ni%~xi") && for %i i...
by afh
14.10.2017, 06:30
Forum: General Discussion
Topic: Search Syntax for Quick Filter
Replies: 2
Views: 4756

Re: Search Syntax for Quick Filter

1. find files without a certain expression (i.e. find files without the word "light"). I tried -[light] or [!light] or -"light" but they didn´t work. This is how I do for quick filtering: 1. I use "light" for quick filter 2. select all result 3. dispable quick filter 4...
by afh
17.09.2017, 09:39
Forum: Bug reports
Topic: Rename and TAB key to close
Replies: 1
Views: 5039

Re: Rename and TAB key to close

chris millward wrote: 05.09.2017, 13:21 This is a huge labour saving feature when doing a large number of changes to file names.
If you do this a lot, it's better to use https://www.advancedrenamer.com
Use "LIST" renaming method, and you can edit very easily the filenames:
by afh
05.09.2017, 19:58
Forum: Bug Reports
Topic: "Save selection" from "Edit" destroys relative paths
Replies: 4
Views: 11332

"Save selection" from "Edit" destroys relative paths

I don't know if FreeCommander is committed to support relative paths in settings, but I use them as much as possible. The idea is to have a completely portable environment, so I use relative paths whenever possible in FreeCommander: when I define a button in a favorite toolbar, when I define a defau...
by afh
07.08.2017, 06:27
Forum: General Discussion
Topic: Changing timestamp on several files adding a second on each
Replies: 22
Views: 34801

Re: Changing timestamp on several files adding a second on each

You don't need to do anything special. In Google drive you can sort the files according to the filename.
https://support.google.com/drive/answer ... ktop&hl=en
by afh
06.08.2017, 18:18
Forum: General Discussion
Topic: Changing timestamp on several files adding a second on each
Replies: 22
Views: 34801

Re: Changing timestamp on several files adding a second on each

I hope this works: in FC, go to the folder and open command prompt (ctrl+D) for /f %f in ('dir /B /A:-D /O:N') do copy %f+,, && ping 127.0.0.1 -n 2 > nul "dir" is taking only files, ordered by name "copy" is inserting the new timestamp "ping" is used for taking ...
by afh
18.03.2017, 16:52
Forum: Discussion
Topic: request: copy folder structure
Replies: 7
Views: 28820

Re: request: copy folder structure

Unfortunatelly, I coudn't find "FC-copy dialog", but only "FC-copy" In Tools - Settings - File/folder operations - tab General - set "Use FreeCommander" for copy operations. In Copy dialog (F5) select the defined filter “Folders only” Follow FAQ http://freecommander.co...
by afh
18.03.2017, 14:39
Forum: General Discussion
Topic: Find & Select All Folders Containing Specified File Types
Replies: 3
Views: 6156

Re: Find & Select All Folders Containing Specified File Type

You could use Synchronize (Alt+s) for this.
by afh
18.03.2017, 14:04
Forum: Discussion
Topic: request: copy folder structure
Replies: 7
Views: 28820

Re: request: copy folder structure

From the new FAQ: How to copy folder structure only? For those who don't use Freecommander as default for copying files, it would be nice to have the option to set and hotkey for "FC-copy dialog", so that in cases like this to have quick acces to filters (btw, this "onlyl folders fil...
by afh
23.01.2017, 11:52
Forum: General Discussion
Topic: Multi-rename - [wildcard] with regex
Replies: 2
Views: 4427

Multi-rename - [wildcard] with regex

In "ReplaceWith" the [wildcards] don't work when Regular Expressions are activated.
Is it normal or is a bug?

Image
by afh
22.01.2017, 17:30
Forum: Feature Requests
Topic: Multi-file renaming to fill in blank 'Date taken' field
Replies: 7
Views: 8610

Re: Multi-file renaming to fill in blank 'Date taken' field

Adam_G wrote: @afh – I don’t really understand the 2nd line in your post where you suggest:
[exif_taken][c]_[dc][c]

.*([0-9 -]{23}).*
Sorry, my solution was wrong. Just ignore what I said. :oops:
by afh
19.01.2017, 19:37
Forum: General Discussion
Topic: how todo deplacement elements from a lot of documents ?
Replies: 2
Views: 3821

Re: how todo deplacement elements from a lot of documents ?

nabil wrote:hi im nabil and im new in this forum
how can i do that whit freecommander ?
thank you
No, you can't. :!: