Search found 101 matches

by Georgd
28 Jan 2011, 01:07
Forum: Feature Requests
Topic: Delete files - Wait until other operations are finished
Replies: 7
Views: 8367

Re: Delete files - Wait until other operations are finished

It should not be a hard thing (nor a very easy one too) to detect whether a new Copy/Move action would affect one of already existing action chains (shares a destination or target path with some of the actions in there) multiple Copy/Move chains. Personally, I extensively work with symbolic links, ...
by Georgd
28 Jan 2011, 00:38
Forum: Plugins Development
Topic: Portable Altap Salamander
Replies: 24
Views: 50768

Re: Portable Altap Salamander

I'm curious about the line set SalamanderPortableDir=.\PortableApps\SalamanderPortable It seems that, for my application, the above script line should be changed to point to ".\Altap Salamander 2.5" (I copied it from Program Files without renaming it). Once that is done, do I create a Sho...
by Georgd
28 May 2010, 12:10
Forum: Problems and Troubleshooting
Topic: PictView thumbs buggy - only some shown
Replies: 5
Views: 8016

Re: PictView thumbs buggy - only some shown

No big change in 2.53b2 - hoping the next version will do :)
by Georgd
13 Apr 2010, 17:41
Forum: Feature Requests
Topic: Date inserted by hotkey
Replies: 17
Views: 23838

Re: Date inserted by hotkey

BUT: As far as I know it is not possible (yet) for a script to be run when the AS main windows is not the active one. The same applies to other (standard) Salamander commands. Main window needs to be active to receive hot keys. Do I understand corrtly that this means I won't be able to add the date...
by Georgd
26 Mar 2010, 16:59
Forum: General Discussion
Topic: Automation Script Contest: 3 Free Salamander Licenses
Replies: 49
Views: 92729

Re: Automation Script Contest: 3 Free Salamander Licenses

KNUT wrote:My workaround:
Crashes Salamander, too
by Georgd
26 Mar 2010, 16:51
Forum: Feature Requests
Topic: Date inserted by hotkey
Replies: 17
Views: 23838

Re: Date inserted by hotkey

This script is nice, but not what I need. Some reasons why I want a hotkey that pastes date or date+time, not that script Hot Key would work evrywhere, also in other plugins, dialogs etc I could add date/time at any position in the file, listing, search,... -- not just the end of files it requires l...
by Georgd
26 Mar 2010, 16:43
Forum: General Discussion
Topic: Automation Script Contest: 3 Free Salamander Licenses
Replies: 49
Views: 92729

Re: rename2date.vbs

th. wrote:Based on an idea over there: http://forum.altap.cz/viewtopic.php?f=3&t=1558&start=0

Code: Select all

' rename2date.vbs
....
it crashes whole Salamander 2.53b1 on fresh Win7 64bit here :( Bug report comes via PM.
by Georgd
26 Mar 2010, 15:35
Forum: Problems and Troubleshooting
Topic: PictView thumbs buggy - only some shown
Replies: 5
Views: 8016

Re: PictView thumbs buggy - only some shown

Jan Patera wrote:
Georgd wrote:Any chance that bug will be fixed?
Yes, but please provide us at least image which doesn't show the thumbnail.
Sent via PM.
by Georgd
26 Mar 2010, 15:26
Forum: Problems and Troubleshooting
Topic: PictView thumbs buggy - only some shown
Replies: 5
Views: 8016

PictView thumbs buggy - only some shown

Hi, since I use Salamander on Win 7 64bit, PictView thumbs view (ALT+5) is buggy. I tried v2.52 and v2.53b1. Only for some files the thumbnail is shown, even though all have been created with same camera, also after "recreate EXIF thumbnail" in XnView. It's not only the pics created by me,...
by Georgd
25 Mar 2010, 14:24
Forum: Feature Requests
Topic: Date inserted by hotkey
Replies: 17
Views: 23838

Re: date hotkey wanted

the important thing is word "global" and not only in SS. When I use context menu on file and invoke other app (WinRAR instead of internal archiver etc.) I use datetime too and at that time SS is out of the game, so I suggest to use really "global" utility for this purpose and no...
by Georgd
09 Dec 2009, 16:45
Forum: Plugins Development
Topic: Portable Altap Salamander
Replies: 24
Views: 50768

Re: Portable Altap Salamander

That did work [...] is there really a need for all the additional variables? Fine :) The advantage is that you only need to change a path once (where the set command is) instead of all locations where the path is used => less work for each user to adapt the paths to his/her needs, lower risk to hav...
by Georgd
09 Dec 2009, 14:04
Forum: Plugins Development
Topic: Portable Altap Salamander
Replies: 24
Views: 50768

Re: Portable Altap Salamander

I finally got the chance to play with this. Here's where I see there is a problem: rem Relative path to portable salamander directory (where portsal.reg and salamand.exe are). Do not add tailing \ set SalamanderPortableDir=.\PortableApps\SalamanderPortable If you have to set the path in this file, ...
by Georgd
09 Dec 2009, 13:54
Forum: Plugins Development
Topic: Portable Altap Salamander
Replies: 24
Views: 50768

Off Topic: prog fro removing locks on files/folders

Get Unlocker I don't think that is a good solution. I can't see installing application on someone elses system that is not needed. I can always kill the file after a reboot. I'd like to avoid doing that if possible. There is a tiny portable freeware program called finger weg (German, meaning "...
by Georgd
09 Dec 2009, 13:37
Forum: Feature Requests
Topic: Hardlinks and Junctions
Replies: 17
Views: 33877

Re: Hardlinks and Junctions

...plugin Automation adds command Make Link for creating symlinks. I believe other needed commands can be added too This is already a nice step forward: Creating symlinks directly from Salamander :) Viewing and editing of symlinks is possible using the plugin, yes, but requires a shell script windo...
by Georgd
03 Dec 2009, 20:21
Forum: Feature Requests
Topic: Portable Altap Salamander
Replies: 4
Views: 7925

Re: Portable Altap Salamander

vld wrote:Here is something that will make any Salamander portable http://forum.altap.cz/viewtopic.php?f=14&t=3084
This batch file is simple, but does the trick perfectly well. Thanks, vld! :-)