Search found 12 matches

by gb007
11 Jul 2020 23:04
Forum: Script Exchange
Topic: [AHK] redirecting Windows Explorer to XY
Replies: 107
Views: 53131

Re: [AHK] redirecting Windows Explorer to XY

StringReplace, path, path, file:/// doesn't do anything, this line is in your script you can try to display the path variable before and after this line you'll see by yourself WE have file:// in the path so file:/// doesn't trigger the replace StringReplace, path, path, file: or StringReplace, path...
by gb007
11 Jul 2020 22:38
Forum: Script Exchange
Topic: [AHK] redirecting Windows Explorer to XY
Replies: 107
Views: 53131

Re: [AHK] redirecting Windows Explorer to XY

the correct line should be

Code: Select all

	StringReplace, path, path, file:
or

Code: Select all

	StringReplace, path, path, file://, //
by gb007
11 Jul 2020 22:21
Forum: Script Exchange
Topic: [AHK] redirecting Windows Explorer to XY
Replies: 107
Views: 53131

Re: [AHK] redirecting Windows Explorer to XY

Code: Select all

	StringReplace, path, path, file:///
this line does nothing
by gb007
11 Jul 2020 22:05
Forum: Script Exchange
Topic: [AHK] redirecting Windows Explorer to XY
Replies: 107
Views: 53131

Re: [AHK] redirecting Windows Explorer to XY

i added 192.168.12.12 to the configuration file
but this what i have in xyplorer file:\\192.168.12.12, i have an error message : location is currently unavailable
i want \\192.168.12.12
is it possible to remove the string "file:" appened to ?
by gb007
11 Jul 2020 21:16
Forum: Script Exchange
Topic: [AHK] redirecting Windows Explorer to XY
Replies: 107
Views: 53131

Re: [AHK] redirecting Windows Explorer to XY

hello, i got a problem with this script, with a network shortcut.
i got a shortcut on my desktop, \\192.168.12.12
when i click it, i got a file:\\192.168.12.12 in xyplorer
by gb007
08 Jul 2020 02:18
Forum: Tips & Tricks, Questions & Answers
Topic: tabs caption
Replies: 2
Views: 692

Re: tabs caption

multiline tab bar ?
vertical tabs ?
by gb007
08 Jul 2020 01:21
Forum: Tips & Tricks, Questions & Answers
Topic: tabs caption
Replies: 2
Views: 692

tabs caption

Hello,
when i have a lot of tabs, i can't read their names.
they are all truncated.
how could i make this more readable ?

i have a custom tab caption : <drive>: {<folder>}
by gb007
06 Jul 2020 02:41
Forum: Wishes
Topic: File extensions
Replies: 7
Views: 1765

Re: File extensions

Hello, i got the same problem as gazac. i made 2 columns to remove this .lnk extension : - one with this script : if (strpos("lnk|url|eml", "<cc_ext>") != -1) { return regexreplace("<cc_name>", "^(.*(?=\.))(.*?$)", "$1"); } else { return "<cc_na...
by gb007
19 Nov 2018 01:07
Forum: Bug Reports
Topic: psexec problem
Replies: 2
Views: 994

Re: psexec problem

no, it doesn't i tried a x86 version of psexec, same problem i see that all programs launched have a new description in task manager : turbo virtual machine executable i got this on 2 windows 10 machines, x64 on a third machine, windows 10 x64, i don't have this problem with the free version i tried...
by gb007
16 Nov 2018 04:24
Forum: Bug Reports
Topic: psexec problem
Replies: 2
Views: 994

psexec problem

when i run a .bat calling psexec from xyplorer, the program is not working like in windows explorer or with free version of xyplorer. i'm just user, got no administrator rights i have a .bat which use psexec to run a program with local administrator "psexec64.exe" -i -d -u administrator -p...
by gb007
15 Nov 2018 00:47
Forum: Tips & Tricks, Questions & Answers
Topic: tab question
Replies: 3
Views: 748

Re: tab question

jupe wrote: 14 Nov 2018 00:46 Configuration | General | Startup & Exit | Open command line start path in new tab
thanks
there are really a lot of options
by gb007
14 Nov 2018 00:41
Forum: Tips & Tricks, Questions & Answers
Topic: tab question
Replies: 3
Views: 748

tab question

hello, i'm new user and using the trial version
i have a problem : each time i double-click a folder in windows, for example on the desktop, from windows explorer, it will open in xyplorer but always in the same tab.
how could i have it opened in a distinct tab ?
tanks for your response