Search found 262 matches

by mdruiter
02 Aug 2014, 23:10
Forum: Feature Requests
Topic: File list export from Find Files & Directories
Replies: 22
Views: 43552

Re: File list export from Find Files & Directories

My filename does not include seconds, so it will be fine most of the time. Just remove that part if you do not like it.

But the more important (I think) is the technique to include the date/time and size (and attributes) of the files in the list.
by mdruiter
01 Aug 2014, 13:44
Forum: Feature Requests
Topic: File list export from Find Files & Directories
Replies: 22
Views: 43552

Re: File list export from Find Files & Directories

Ths problem with CLIP is, that every file will fill the clipboard again, so it will not work for multiple files. :( I did find a way to include a file's date and size: :idea: cmd /c for %%%%A in ($(FullName)) do @echo %%%%~aA %%%%~tA %%%%~zA %%%%~nxsA %%%%~A>> "$[USERPROFILE]\FilesList %DATE:/=...
by mdruiter
01 Aug 2014, 13:39
Forum: Feature Requests
Topic: Date & Time Variables for User Menu
Replies: 3
Views: 6284

Re: Date & Time Variables for User Menu

Try this:

Code: Select all

PDFTK $(ListOfSelectedNames) cat output PDFTK_%DATE:/=%.pdf
Or with time:

Code: Select all

@echo %DATE:/=-% %TIME:~0,2%;%TIME:~3,2%;%TIME:~6,2%> C:\file.txt
by mdruiter
19 May 2014, 21:55
Forum: Problems and Troubleshooting
Topic: Scroll bar width robustness
Replies: 3
Views: 4975

Re: Scroll bar width robustness

This is Windows 7. I can change it through Change window colors and metrics , then at Item choose Scrollbar . The Size can be set to anything between 8 and 100 (pixels, I assume). The default might depend on the theme, but I think it's 17 for most people. I have it currently set to 30. The full visi...
by mdruiter
19 May 2014, 12:52
Forum: Problems and Troubleshooting
Topic: Scroll bar width robustness
Replies: 3
Views: 4975

Scroll bar width robustness

My Windows theme has larger scroll bar widths. I did that mainly to test our own software for robustness. Now I noticed that Salamander can also be improved in that respect. Check this screenshot: 2014-05-19_12-45-55.png Probably because of the scroll bar widths, the dates and times are not fully vi...
by mdruiter
12 Apr 2014, 13:25
Forum: Problems and Troubleshooting
Topic: App Paths problem
Replies: 12
Views: 10766

Re: App Paths problem

Could it be due to the x64 nature of the process? How do you change the registry key?
by mdruiter
08 Apr 2014, 17:28
Forum: Plugins Development
Topic: Typo in Portable Executable Viewer
Replies: 1
Views: 8245

Typo in Portable Executable Viewer

The Portable Executable Viewer shows:
Subsystem: 0x0002 (Windows GUI subsytem)
Note the missing 's' in the last word.

That's all for now!
by mdruiter
08 Apr 2014, 16:19
Forum: Problems and Troubleshooting
Topic: New version as replacement b4?
Replies: 5
Views: 5475

Re: New version as replacement b4?

@Jan: the Check Version plugin still reports beta 4 instead of the release version.
by mdruiter
21 Mar 2014, 15:40
Forum: General Discussion
Topic: Copy files and disregard ext if already existing
Replies: 3
Views: 5739

Re: Copy files and disregard ext if already existing

I could see use in an extra option for Find Duplicate Files : to ignore not the full Name but only the filename without extension. Then you could easily scan for duplicate filenames (modulo extension) and remove one of them. :idea: Maybe you would need a way to quickly select every 'second' file of ...
by mdruiter
27 Jan 2014, 13:23
Forum: General Discussion
Topic: Find files (or dirs) without extension
Replies: 3
Views: 5715

Re: Find files (or dirs) without extension

Jan means: add a dot after the asterisk, so search for:

Code: Select all

*.
by mdruiter
17 Jan 2014, 00:13
Forum: Feature Requests
Topic: File comparator plugin improvements
Replies: 1
Views: 3417

Re: File comparator plugin improvements

Comparing directories (listing new/changed/missing files)
Try Ctrl+F10. :idea:
by mdruiter
09 Jan 2014, 23:04
Forum: Problems and Troubleshooting
Topic: Overwriting destroys versioning
Replies: 7
Views: 6204

Re: Overwriting destroys versioning

Are you sure you're looking at the same file? Yes it looks like the same filename in the same location. But do you know about VirtualStore, a.k.a. UAC Virtualization or Data Redirection? Check: http://blogs.windows.com/windows/archive/b/developers/archive/2009/08/04/user-account-control-data-redirec...
by mdruiter
30 Sep 2013, 09:48
Forum: Feature Requests
Topic: Alternative Tab hotkey
Replies: 5
Views: 6808

Re: Alternative Tab hotkey

Ether wrote:how about Alt+F1,Esc and Alt+F2,Esc?
Unfortunately, Alt+F2,Esc minimizes the active window (Salamander) :?. Alt+F1,Esc does work, thanks for suggesting!
I might try AutoHotkey some day. But configurable Salander keys would be best of course.
by mdruiter
27 Sep 2013, 09:24
Forum: Feature Requests
Topic: Show results during DirSizes
Replies: 8
Views: 7984

Re: Show results during DirSizes

Thanks SvA for making me clear!
by mdruiter
26 Sep 2013, 16:13
Forum: Feature Requests
Topic: Show results during DirSizes
Replies: 8
Views: 7984

Re: Show results during DirSizes

In that case, why not process every subdirectory one by one?