Search found 681 matches

by therube
03 Aug 2020, 17:48
Forum: Problems and Troubleshooting
Topic: How Can I Disable The Crash Report Feature?
Replies: 1
Views: 4887

Re: How Can I Disable The Crash Report Feature?

Crash Reporter might ? be a part of (Help |) Task List... which might come in handy, on the odd occasion? Anyhow, not sure how to disable? (Just had a crash the other day, dragging a file from sandboxed (Sandboxie) Salamander, I think ?, or at least sandboxed Windows Explorer window, into a non-sand...
by therube
27 Jul 2020, 19:27
Forum: General Discussion
Topic: Space for Information Line below thumbnails is too narrow
Replies: 1
Views: 10529

Re: Space for Information Line below thumbnails is too narrow

(Not that I'd see it normally) but looks normal on my end.
Perhaps screen size / screen resolution & (OS) "zoom level" (DPI) are playing into it?
by therube
27 Mar 2020, 18:32
Forum: General Discussion
Topic: ftp.altap.cz down?
Replies: 2
Views: 13879

Re: ftp.altap.cz down?

No issue on my Win7 machine, so maybe it's an XP (& Salamander 3.08) thing? XP (& I don't think , not sure?, I got that far last time?): 220 FTP server ready. USER anonymous 331 Anonymous login ok, send your complete email address as your password PASS (hidden) 230- 230- Welcome from 69.125....
by therube
20 Mar 2020, 18:14
Forum: General Discussion
Topic: ftp.altap.cz down?
Replies: 2
Views: 13879

ftp.altap.cz down?

ftp.altap.cz down?

425: Unable to build data connection: Connection refused
by therube
15 Mar 2020, 20:46
Forum: Problems and Troubleshooting
Topic: Files supplied to User Menu items
Replies: 4
Views: 12148

Re: Files supplied to User Menu items

How? (file names of:) 1 2 3 If I'm understanding, you have 1 2 3 highlighted, focus is on 3. Sending the list to a batch file, %1 is 1 %* is 1 2 3. (Changing sort order & %1 changes as expected, likewise the ordering of the items in %*.) I'm not seeing a way to specify the particular (focused, h...
by therube
29 Feb 2020, 15:02
Forum: General Discussion
Topic: automate - unpack multiple (protected) archives
Replies: 1
Views: 11535

Re: automate - unpack multiple (protected) archives

Do you use the same password for every archive?
If so, you could set up a new unpacker that includes the password as one of its parameters.

Code: Select all

7z.exe  -pxxx  "%*"
(Or whatever the case may be.)
by therube
13 Jan 2020, 20:46
Forum: Feature Requests
Topic: Unzip all like in TC
Replies: 3
Views: 13213

Re: Unzip all like in TC

I don't usually use Salamander for zip/unzip, generally do it from a command prompt. Days of old, there was a program, Fast Inflate. https://i.postimg.cc/vxftRFbz/Fast-Inflate.png Doesn't work too well these days in other then DOS. So (& generally from a command prompt) I use this instead: fasti...
by therube
23 Dec 2019, 18:48
Forum: Feature Requests
Topic: Convert ctrl-k
Replies: 2
Views: 11708

Re: Convert ctrl-k

I start File Comparator from a command-line (or otherwise), but it has an .exe to call (fcremote.exe). Not sure if Convert is a plugin ? & if so, which plugin it is? And then there is no .exe associated with it, so... & not sure if you can "call" a .spl (even if it is an "exec...
by therube
11 Dec 2019, 18:50
Forum: General Discussion
Topic: Automation Script Contest: 3 Free Salamander Licenses
Replies: 52
Views: 193691

Re: Automation Script Contest: 3 Free Salamander Licenses

Different but (Nirsoft's) HashMyFiles can opened a hashed file to virustotal (website).
by therube
30 Nov 2019, 14:01
Forum: Obecná diskuze
Topic: Aplikovanie .BAT na vybrané súbory - výstup do jedného okna?
Replies: 6
Views: 19623

Re: Aplikovanie .BAT na vybrané súbory - výstup do jedného okna?

Code: Select all

:: @echo OFF

ECHO.
ECHO  %*
ECHO.
pause


SET     OUT=C:\OUT
ECHO    OUT=: %OUT%
ECHO. > %OUT%\sigcheck_out.TXT
PAUSE


echo FOR: 
PAUSE


for %%i in (%*) do C:\DEV\Sysinternals\sigcheck.exe %%~i >> %OUT%\sigcheck_out.TXT
TYPE         %OUT%\sigcheck_out.TXT
PAUSE


EXIT
by therube
30 Oct 2019, 02:10
Forum: Problems and Troubleshooting
Topic: Mixed Environment 1 PC and 1 Mac and .DS_Store
Replies: 1
Views: 5908

Re: Mixed Environment 1 PC and 1 Mac and .DS_Store

Oh, out of my league on this one, so I'll just ramble... music on the Cloud however the files that are downloaded from the iCloud are not MP3 How does that matter? Or does your player only support mp3? So I use Altap Salamander to copy the MP3 files from the Mac to the PC Where are these mp3's comin...
by therube
18 Sep 2019, 14:35
Forum: Problems and Troubleshooting
Topic: Hangs moving folders on same drive
Replies: 9
Views: 13136

Re: Hangs moving folders on same drive

The concern I do have is that the Salmon.exe process appears in the tasklist but has no UI to interact with. That looks to be expected. 3.08 is the same. salamand.exe loads, & salmon.exe is a windowless child (sounds harsh, but that's the way life is ;-).) WIth 3.08, from memory I thought this ...
by therube
17 Sep 2019, 20:29
Forum: Problems and Troubleshooting
Topic: Hangs moving folders on same drive
Replies: 9
Views: 13136

Re: Hangs moving folders on same drive

Perhaps WhatIsHang can offer some clues. (Probably not to me, but can't hurt.) In Salamander, Help | Task List..., can break a different Salamander instance, & doing that may also provide some clues (report that you can send in)? Anything special/odd with your copy/move source/destination? Maybe...
by therube
10 Sep 2019, 18:42
Forum: Problems and Troubleshooting
Topic: AS run-as-Admin can't launch program not-as-Admin
Replies: 2
Views: 9188

Re: AS run-as-Admin can't launch program not-as-Admin

If you do launch an instance elevated, only do with that instance what you need elevated privileges for.
Like, Undelete - Automatic Program Elevation ;-).
by therube
08 Aug 2019, 21:58
Forum: Problems and Troubleshooting
Topic: [Solved] Shortcut for hot path not work
Replies: 4
Views: 7245

Re: Shortcut for hot path not work

Looks to be working as expected on my end.
Win7 & Win10 (1803, I think it was), Salamander 3.08 & 4.0.

Anything "odd" with the path you're using?
If you copy the path's value (to clipboard), can you Shift+Ins to switch to it in one of the Salamander panels?