Search found 116 matches

by th.
15 Apr 2007, 13:03
Forum: Problems and Troubleshooting
Topic: $(FullPathRight)
Replies: 5
Views: 5261

Here's a little VBScript to get rid of the trailing "\": Set objArgs = WScript.Arguments Verz1=objArgs(0) if right(Verz1,1)="\" and right(Verz1,2)<>":\" then Verz1=left(Verz1,len(Verz1)-1) Verz2=objArgs(1) if right(Verz2,1)="\" and right(Verz2,2)<>":\&quo...
by th.
18 Jan 2007, 23:14
Forum: Problems and Troubleshooting
Topic: Vista - How to import keys?
Replies: 3
Views: 5378

It seems to me you are trying to import the Salamander key file with the Windows Registry Editor.
You have to import the key file within Salamander.
See http://www.altap.cz/salam_en/help/salam ... rtkeys.htm for help.
by th.
14 Jan 2007, 23:12
Forum: Feature Requests
Topic: Invert Selection
Replies: 2
Views: 4031

The behaviour depends on your settings.
Under Configuration/Panels check "Include directories to select/unselect operations".
by th.
18 Dec 2006, 23:19
Forum: General Discussion
Topic: Main window title: custom PREFIX and ICON
Replies: 21
Views: 22480

r2, b1, g2
by th.
05 Dec 2006, 23:38
Forum: Feature Requests
Topic: NTFS Encryption options
Replies: 5
Views: 5708

EFS can be disabled with a Group Policy (see http://searchwindowssecurity.techtarget ... 53,00.html) .
by th.
28 Oct 2006, 15:47
Forum: General Discussion
Topic: RC2 Congratulations! and Request
Replies: 7
Views: 8145

The fontsize in the textwindow can be changed with CTRL+mouse wheel up/down (like in Internet Explorer).
by th.
17 Sep 2006, 17:18
Forum: General Discussion
Topic: put salamand in sendto folder
Replies: 4
Views: 6542

Save this script as a file called e.g. Salamander.vbs in your SendTo folder: Set objArgs = WScript.Arguments cmd="""C:\Programme\Servant Salamander 2.5 RC1\SALAMAND.exe"" -L """ For Each strArg in objArgs cmd=cmd & strArg & " " Next cmd=cmd &...
by th.
13 Sep 2006, 20:43
Forum: Problems and Troubleshooting
Topic: Shortcut not working
Replies: 8
Views: 9800

On a German keyboard the shortcut for "My Documents" is Ctrl+ü.
by th.
11 Sep 2006, 22:22
Forum: General Discussion
Topic: Change "command shell" here
Replies: 6
Views: 17890

Salamander is reading the environment variable "ComSpec" to get the name of the command shell program which it starts when Num/ is pressed. So the solution is: In the settings of Console set the Shell entry to cmd.exe. In System properties set ComSpec to the complete path of console.exe. O...
by th.
06 Sep 2006, 22:56
Forum: Feature Requests
Topic: Norton Change Directory (NCD) Functionality
Replies: 10
Views: 9785

Thank you for letting us know about gol. I find it very useful in combination with Salamander. Here's another little script to set the focus to the gol window (or start it if isn't already running). Bind it to a global hotkey and you can change to the directory of your desire without using the mouse...
by th.
04 Sep 2006, 23:38
Forum: Feature Requests
Topic: Norton Change Directory (NCD) Functionality
Replies: 10
Views: 9785

Here it comes: Set objArgs = WScript.Arguments target="" For Each strArg in objArgs target=target & strArg & " " Next Set sh = WScript.CreateObject("WScript.Shell") bFound = sh.AppActivate(", 1. November 2006") if bfound then sh.SendKeys "+{F7}&qu...