Search found 32 matches

by atjnjk
15 Mar 2012 10:40
Forum: Bug Reports
Topic: listfolder() case-sensitive
Replies: 1
Views: 692

listfolder() case-sensitive

In v10.80, listfolder() works as expected (i.e. the pattern is case-insensitive). In v10.90.0100, the pattern is case-sensitive so created scripts don't work correctly. (e.g. if current folder contains folder "Backup-One", using listfolder(,"Backup-one") produces an empty list). ...
by atjnjk
06 Feb 2012 11:15
Forum: Other Software
Topic: Direct Folder
Replies: 5
Views: 5018

Re: Direct Folder

I've tested Listary Portable and found out that "Find as you Type" feature didn't work in XYplorer.
by atjnjk
26 May 2011 14:58
Forum: Wishes
Topic: Select file by typing a part of it's name?
Replies: 6
Views: 1324

Re: Select file by typing a part of it's name?

What's the difference between this and live filter (http://www.xyplorer.com/xyfc/viewtopic. ... 879#p59879)?
by atjnjk
16 May 2011 07:27
Forum: Tips & Tricks, Questions & Answers
Topic: reaching xypath
Replies: 2
Views: 798

Re: reaching xypath

1)Tools > Configuration > Advanced > Check Address Bar relative to application path.
by atjnjk
04 Mar 2011 08:40
Forum: Tips & Tricks, Questions & Answers
Topic: preserving file creation date?
Replies: 1
Views: 674

Re: preserving file creation date?

Have you tried "Backup to"? (Search help file for more info.)
by atjnjk
22 Feb 2011 14:53
Forum: Tips & Tricks, Questions & Answers
Topic: file not showing after unrar
Replies: 2
Views: 673

Re: file not showing after unrar

You could enable auto refresh and choose sort by "created" (ascending/descending as you choose to have the new decompressed files shown last/first in list). You can also go to Configuration>General>Sorting> uncheck "Sort folder apart" if you want to see new decompressed items (fi...
by atjnjk
20 Feb 2011 10:22
Forum: Bug Reports
Topic: Visual filter
Replies: 3
Views: 815

Re: Visual filter

I tried Details View and this bug didn't show. Switched back to List View > The bug appeared.
by atjnjk
19 Feb 2011 14:24
Forum: Bug Reports
Topic: Visual filter
Replies: 3
Views: 815

Visual filter

Apply Visual Filter "a" > List shows "a" filtered files > Apply Visual Filter "b" > List still shows "a" filtered files (It should shows "b" filtered files) > Manual refresh list (press F5) > List shows "b" filtered files. I tried turning &...
by atjnjk
07 Feb 2011 06:27
Forum: Script Exchange
Topic: [Solved] WinRar script isn't working correctly (as a button)
Replies: 10
Views: 3181

Re: WinRar script isn't working correctly (as a button)

This?

Code: Select all

   $base = "<curbase>";
   run """C:\Program Files\WinRar\WinRAR.exe"" x ""<curitem>"" ""<curpath>\<curbase>\""",,1;
   delete 1, 0, <curitem>;
   selfilter "[$base]", d,, 1;
by atjnjk
07 Feb 2011 03:19
Forum: Script Exchange
Topic: [Solved] WinRar script isn't working correctly (as a button)
Replies: 10
Views: 3181

Re: WinRar script isn't working correctly (as a button)

Try this: $base = "<curbase>"; run """C:\Program Files\WinRar\WinRAR.exe"" x ""<curitem>"" ""<curpath>\<curbase>\""",,1; delete 1, 0, <curitem>; wait 100; sel "[$base]",,1;
by atjnjk
06 Jan 2011 13:51
Forum: Tips & Tricks, Questions & Answers
Topic: Rename Special
Replies: 1
Views: 630

Rename Special

I have this script file to batch rename files: rename s," |(|)>>_|[|]"; rename r,"V([0-9]+) > v$1\"; rename r,"C([0-9]+) > c$1\"; rename r,"([vc]|story)([1-9][^\d]) > $10$2"; rename r,"^((\[[^[]+\])+)(.+)[.] > $3$1."; After updating to v9.90, running...
by atjnjk
19 Dec 2010 05:52
Forum: Bug Reports
Topic: Visual filter and square brackets
Replies: 6
Views: 1368

Re: Visual filter and square brackets

Thank you so much!
by atjnjk
18 Dec 2010 14:37
Forum: Bug Reports
Topic: Visual filter and square brackets
Replies: 6
Views: 1368

Re: Visual filter and square brackets

As I already posted: *[[]*]* Sorry, my last post is not as clear as I wanted, and I did read your previous post. What I want to know is if I select some files like: New Textfile-[test].txt , New Textfile-[test2].txt , is there a quick way to visual filter those files (show only those files in list)...
by atjnjk
18 Dec 2010 04:25
Forum: Bug Reports
Topic: Visual filter and square brackets
Replies: 6
Views: 1368

Re: Visual filter and square brackets

If so, is there a way to visual filter selected files with names contain square brackets?
As I didn't find anything about square brackets in visual filter help, it would be nice to have it in the document.