Search found 557 matches

by armsys
22 Apr 2018 10:35
Forum: Tips & Tricks, Questions & Answers
Topic: copyto / on_collision
Replies: 10
Views: 2547

Re: copyto / on_collision

Just a simple list of pdf files. C:\Temp\a.pdf C:\Temp\b.pdf On Configuration> Custom Copy, I set "On name collisions" to "Overwrite if newer", no more popups. This is merely a workaround, not a perfect solution. It would be nice to allow script to override the on_collisions defa...
by armsys
19 Apr 2018 00:50
Forum: Tips & Tricks, Questions & Answers
Topic: xyplorer.ini
Replies: 4
Views: 1167

Re: xyplorer.ini

Thank you, jupe.
by armsys
18 Apr 2018 07:21
Forum: Tips & Tricks, Questions & Answers
Topic: xyplorer.ini
Replies: 4
Views: 1167

Re: xyplorer.ini

The link is very resourceful in knowing the changes in the past.
But it doesn't explain the meaning of parameters such as: [mruSelectionFilter], ToolbarLFBCurrent, ToolbarStyleMinor, GoToRecentPathOnDrive, clrMarkedText, ...etc.
by armsys
18 Apr 2018 06:46
Forum: Tips & Tricks, Questions & Answers
Topic: xyplorer.ini
Replies: 4
Views: 1167

xyplorer.ini

Can someone tell where to learn more the details (definitions) of settings (tweaks) in xyplorer.ini?
Thank you.
by armsys
18 Apr 2018 01:32
Forum: Tips & Tricks, Questions & Answers
Topic: Delete a list of items
Replies: 2
Views: 894

Re: Delete a list of items

Hi Jupe,
It works. Thanks for your help.
by armsys
18 Apr 2018 01:18
Forum: Tips & Tricks, Questions & Answers
Topic: Delete a list of items
Replies: 2
Views: 894

Delete a list of items

The following code doesn't work.

Code: Select all

// Delete a list of items
  $list = quicksearch(".bak","C:\");
  text $list;
  delete 1,1,$list;

How to delete a list of files?
by armsys
17 Apr 2018 10:39
Forum: Tips & Tricks, Questions & Answers
Topic: copyto / on_collision
Replies: 10
Views: 2547

Re: copyto / on_collision

If switching to backupto:

Code: Select all

  backupto "D:\Test\","*C:\ArmSys\XYplorer\Lists\Reading.txt",1;
it will pop the annoying dialog:
by armsys
17 Apr 2018 10:09
Forum: Tips & Tricks, Questions & Answers
Topic: copyto / on_collision
Replies: 10
Views: 2547

Re: copyto / on_collision

My core question about copyto:
How to creating non-existing folders while overwriting if newer (on_collision=1)?
by armsys
17 Apr 2018 10:00
Forum: Tips & Tricks, Questions & Answers
Topic: copyto / on_collision
Replies: 10
Views: 2547

Re: copyto / on_collision

I guess that this means that autorichop gets disabled in that case That's exactly what happened. That's, XYplorer can no longer create non-existing folders. On the other hand, after dropping the on_collision, XYplorer constantly pops up the annoying Custom Copy / Name Collision dialog, if duplicate...
by armsys
17 Apr 2018 02:10
Forum: Tips & Tricks, Questions & Answers
Topic: copyto / on_collision
Replies: 10
Views: 2547

Re: copyto / on_collision

Hi Highend,
Thanks for your instant reply. I was editing and clarifying my copyto issue.
by armsys
17 Apr 2018 02:02
Forum: Tips & Tricks, Questions & Answers
Topic: copyto / on_collision
Replies: 10
Views: 2547

copyto / on_collision

copyto "D:\Test\", "*C:\ArmSys\XYplorer\Lists\Reading.txt", "D:\Download", 2, 1, 1; On_Collision set as 1 won't work. The behavior is quite weird. It causes both flags and autorichop ineffective. That's, copyto won't create non-existing folders in destination as expect...
by armsys
16 Apr 2018 15:17
Forum: Tips & Tricks, Questions & Answers
Topic: Sync Syntax
Replies: 2
Views: 886

Re: Sync Syntax

Hi Highend,
Thank for revealing a 2016 feature.
Now the weird numbered argument makes sense to me.
Thanks again.
by armsys
16 Apr 2018 14:41
Forum: Tips & Tricks, Questions & Answers
Topic: Sync Syntax
Replies: 2
Views: 886

Sync Syntax

Referring to sync "E:\Test\Sync\Source", "E:\Test\Sync\Target", 5:="c"; //show config sync "E:\Test\Sync\Source", "E:\Test\Sync\Target", 5:="p"; //preview mode sync "E:\Test\Sync\Source", "E:\Test\Sync\Target", 5:="...
by armsys
06 Oct 2017 12:18
Forum: Bug Reports
Topic: Error 9 Unable to Undo
Replies: 1
Views: 780

Error 9 Unable to Undo

After deleting a file, pressing Ctrl+z will cause Erorr 9.
Error 9
Error: 9 (0x00000009)
Desc: Subscript out of range
Dll: 0
Proc: Undo@170
Source: XYplorer
XY ver: XYplorer 18.50.0001
by armsys
27 Feb 2017 10:10
Forum: Tips & Tricks, Questions & Answers
Topic: Windows 10 Tablets
Replies: 6
Views: 1487

Re: Windows 10 Tablets

Thank you, Highend.