Search found 7 matches

by bauxite69
18 Sep 2015 13:31
Forum: Bug Reports
Topic: unmount missing in context menu
Replies: 11
Views: 2457

Re: unmount missing in context menu

Try the "Show 64-bit Context Menu" command in the 32-bit context menu... Excellent, thank you! I now have another, related, problem.... When you first mount the image, instead of taking the next available drive letter, XYplorer displays it as a second C: drive! You can't do anything with ...
by bauxite69
10 May 2014 21:36
Forum: Tips & Tricks, Questions & Answers
Topic: How to focus/select a file from external cmd prompt
Replies: 6
Views: 4687

Re: How to focus/select a file from external cmd prompt

Hello, I know I'm going to feel really stupid when I get the answer but I have been searching for 2 days and can't figure this out. I'm using Everything search engine . How do I mimic the behavior of Explorer's command: $exec("explorer.exe" /select,"%1") $exec(xyplorer.cmd "...
by bauxite69
07 May 2014 19:28
Forum: Tips & Tricks, Questions & Answers
Topic: FORMATLIST with filter "!*.*"
Replies: 4
Views: 1218

Re: FORMATLIST with filter "!*.*"

I see. I will add another flag to make to this happen. Looks useful enough to me. In the next beta you simply do this (watch the last "f" parameter for files): text formatlist("D:\test\data.1\filename1|D:\test\data.1\filename2.ext", "f", "|", "!*.*"...
by bauxite69
07 May 2014 17:46
Forum: Tips & Tricks, Questions & Answers
Topic: FORMATLIST with filter "!*.*"
Replies: 4
Views: 1218

Re: FORMATLIST with filter "!*.*"

What is your main purpose? List all files without extension in a certain folder? I have a collection(+1,250,000) of sound modules(+500 filetype) on my external hard drive. I would like to sort or seek them by filetype. If i use "Branch View" it takes time, so i decided to build(with FOLDE...
by bauxite69
07 May 2014 11:48
Forum: Tips & Tricks, Questions & Answers
Topic: FORMATLIST with filter "!*.*"
Replies: 4
Views: 1218

FORMATLIST with filter "!*.*"

Hi, If a folder name contains .(DOT) FORMATLIST with filter "!*.*" won't return filename without extension This is working : text formatlist("D:\test\data1\filename1|D:\test\data1\filename2.ext", "f", "|", "!*.*") Return "D:\test\data1\filename1...
by bauxite69
07 May 2014 11:14
Forum: Bug Reports
Topic: Scripting Bugs
Replies: 605
Views: 128448

Re: Scripting Bugs

Hi and welcome! Well, the filter is applied to the whole path/file, not just to the filename. Is this a bug? No! FORMATLIST is not even specialized to filenames. It does not know what a path is. Don Thank you for your quick reply That's clear, it's not a bug. I'll post in "Tips & Tricks, Q...
by bauxite69
07 May 2014 01:48
Forum: Bug Reports
Topic: Scripting Bugs
Replies: 605
Views: 128448

Re: Scripting Bugs

Hi, If a folder name contains .(DOT) FORMATLIST with filter "!*.*" won't return filename without extension text formatlist("D:\test\data1\filename1|D:\test\data1\filename2.ext", "f", "|", "!*.*") Return "D:\test\data1\filename1" :biggrin: t...