Search found 16 matches

by gb007
19 Sep 2024 00:18
Forum: Wishes
Topic: NTFS links
Replies: 6
Views: 1842

Re: NTFS links

was thinking of this :
Image
by gb007
18 Sep 2024 09:52
Forum: Wishes
Topic: NTFS links
Replies: 6
Views: 1842

Re: NTFS links

it's like linux
i don't have a place where i can see drive letters AND junctions
by gb007
18 Sep 2024 09:50
Forum: Wishes
Topic: NTFS links
Replies: 6
Views: 1842

Re: NTFS links

https://i.imgur.com/Ud1Pwa3.jpeg then, that appairs as a junction : C:\mnt\tv>dir Le volume dans le lecteur C n’a pas de nom. Le numéro de série du volume est EEDA-232F Répertoire de C:\mnt\tv 18/09/2024 03:10 <DIR> . 18/09/2024 03:10 <DIR> .. 18/09/2024 03:10 <JUNCTION> hd5 [\??\Volume{73ac3aca-fd...
by gb007
18 Sep 2024 02:46
Forum: Wishes
Topic: NTFS links
Replies: 6
Views: 1842

NTFS links

i don't use a letter drive for my external drive, but a NTFS link (example c:\mnt\tv\HD1)
windows explorer don't list this drive
could this be possible in xyplorer ?
by gb007
11 Jul 2020 23:04
Forum: Script Exchange
Topic: [AHK] redirecting Windows Explorer to XY
Replies: 107
Views: 68081

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: 68081

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: 68081

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: 68081

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: 68081

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: 895

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: 895

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: 2124

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: 1252

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: 1252

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: 985

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