Search found 13221 matches

by highend
28 May 2016 21:04
Forum: Tips & Tricks, Questions & Answers
Topic: Catch the output of PLINK.exe (PUTTY)
Replies: 89
Views: 14833

Re: Catch the output of PLINK.exe (PUTTY)

Not even ""
Without quote()? xD
by highend
28 May 2016 17:07
Forum: Tips & Tricks, Questions & Answers
Topic: AutoIt3 WinActivate Not Working?
Replies: 9
Views: 4169

Re: AutoIt3 WinActivate Not Working?

Code: Select all

$var = WinList("[CLASS:ThunderRT6FormDC]")

For $i = 1 To $var[0][0]
    If StringInStr($var[$i][0], "xyplorer") = 0 Then ContinueLoop
    ; Do whatever needs to be done
Next
Would be one way...
by highend
28 May 2016 14:11
Forum: Tips & Tricks, Questions & Answers
Topic: Catch the output of PLINK.exe (PUTTY)
Replies: 89
Views: 14833

Re: Catch the output of PLINK.exe (PUTTY)

With the wrong codepage (437) it still returns nothing...

Code: Select all

text quote(runret("cmd /c chcp", , 1));
chcp.png
chcp.png (8.91 KiB) Viewed 1503 times
While on 850 it works fine:
chcp1.png
chcp1.png (6.01 KiB) Viewed 1503 times
by highend
28 May 2016 13:24
Forum: Wishes
Topic: Live Filter for List & Quick Search Bar
Replies: 52
Views: 12242

Re: Live Filter for List & Quick Search Bar

Next beta? xD
by highend
28 May 2016 09:38
Forum: Tips & Tricks, Questions & Answers
Topic: AutoIt3 WinActivate Not Working?
Replies: 9
Views: 4169

Re: Autoi3 WinActivate Not Working?

Works fine for me.

What value does $hWnd have when you execute it and does it match the hwnd of XY?

Code: Select all

text <hwnd>;
by highend
27 May 2016 19:44
Forum: Tips & Tricks, Questions & Answers
Topic: Script help: using 'run' with a command switch...
Replies: 4
Views: 1015

Re: Script help: using 'run' with a command switch...

<selitems> already returns quoted items (space separated). So doubling the quotes around them isn't a good idea^^ because you'd get (resolved): "C:\Program Files (x86)\Portables\ReNamer\ReNamer.exe" /preset "BookNameCleaner" ""item 1" "item 2"" and t...
by highend
27 May 2016 17:51
Forum: Tips & Tricks, Questions & Answers
Topic: Need Help, zip_add
Replies: 7
Views: 1278

Re: Need Help, zip_add

Show the full script / command that you're using

and: Does your user account really have the necessary permissions?
by highend
27 May 2016 17:27
Forum: Wishes
Topic: Calling a command by its CommandID in the address bar
Replies: 4
Views: 771

Re: Calling a command by its CommandID in the address bar

; Tweak: set to 1 to detect script in AB without ::
ScriptSmartDetect=1
So if set to 0, it doesn't work without "::"
by highend
27 May 2016 16:47
Forum: Wishes
Topic: Folder size and Caching
Replies: 51
Views: 11087

Re: Folder size and Caching

Why not use the serial number of the drive instead?
by highend
27 May 2016 16:29
Forum: Wishes
Topic: Calling a command by its CommandID in the address bar
Replies: 4
Views: 771

Re: Calling a command by its CommandID in the address bar

Code: Select all

::#<command id>;
E.g.:

Code: Select all

::#305;
Switches the list view to a small icon view

Leaving out the leading "::" should work, unless a tweak was set
by highend
27 May 2016 16:20
Forum: Bug Reports
Topic: Drag and Drop file into text editor not working
Replies: 46
Views: 10927

Re: Drag and Drop file into text editor not working

That explains it (ST = 64-bit). Look at Don's posting: Yes, I noted that the new version does not fix dropping onto 64-bit Notepad under Win8.1. So it seems to affect all / more than Notepad, when they are running as 64-bit applications If you use the 32-bit version of ST it should work. I don't thi...
by highend
27 May 2016 15:56
Forum: Tips & Tricks, Questions & Answers
Topic: Catch the output of PLINK.exe (PUTTY)
Replies: 89
Views: 14833

Re: Catch the output of PLINK.exe (PUTTY)

Works fine on a german system with CP 850 :)
by highend
27 May 2016 15:21
Forum: Tips & Tricks, Questions & Answers
Topic: Catch the output of PLINK.exe (PUTTY)
Replies: 89
Views: 14833

Re: Catch the output of PLINK.exe (PUTTY)

Maybe because of that. I have 850. PeterH, your codepage is?

Edit: Yes, that seems to be the reason...

When I execute it from a system with CP 437 -> No output
Switching back to 850 + restart -> Works
by highend
27 May 2016 14:42
Forum: Bug Reports
Topic: Drag and Drop file into text editor not working
Replies: 46
Views: 10927

Re: Drag and Drop file into text editor not working

Can't reproduce...

Works fine with Xyplorer 16.50.0200, Win 10 x64, Sublime Text 3112 x86

Is ST started with admin permissions, Win 10 is 64 bit?, ST 32/64-bit?
by highend
27 May 2016 14:29
Forum: Tips & Tricks, Questions & Answers
Topic: Catch the output of PLINK.exe (PUTTY)
Replies: 89
Views: 14833

Re: Catch the output of PLINK.exe (PUTTY)

Open a cmd prompt and enter:

Code: Select all

chcp {enter}
Output?