Search found 28 matches

by Formingus
22 Nov 2024 14:05
Forum: Tips & Tricks, Questions & Answers
Topic: Command Worked before now not!!!
Replies: 2
Views: 629

Re: Command Worked before now not!!!

Before i used wholle code, now i used only this one

end(get("CountSelected") != 1, "You have to select only ONE file!");
moveto "<curpath>\<curbase>", <curitem>, , 2, 2; and worked fine, thanks
by Formingus
21 Nov 2024 20:35
Forum: Tips & Tricks, Questions & Answers
Topic: Command Worked before now not!!!
Replies: 2
Views: 629

Command Worked before now not!!!

I Use this command to create directory and move a selected file created directory with name file name.... ex: File work.rar, will moved into directory name called WORK Select then Move to Selected Named Folder /* Copy Name of Selected File OR Folder Create new Folder with copied Name Move that file ...
by Formingus
08 Apr 2023 15:08
Forum: Tips & Tricks, Questions & Answers
Topic: Can we configure somehow - Left Mouse to move to other pane?
Replies: 6
Views: 607

Re: Can we configure somehow - Left Mouse to move to other pane?

jupe wrote: 06 Apr 2023 22:59 Configuration | Other | Shell Integration | Drag and Drop | Default action on drag and drop to different drive
Thank you, worked fine
by Formingus
08 Apr 2023 15:03
Forum: Tips & Tricks, Questions & Answers
Topic: Can we configure somehow - Left Mouse to move to other pane?
Replies: 6
Views: 607

Re: Can we configure somehow - Left Mouse to move to other pane?

Not if your panes are sometimes on the same volume but sometimes not. How about you get used to right drag and then select move? As i say, using so much move functions that any other so-called solution instead of my request is useless. The developer should implement it... Directory Opus have it for...
by Formingus
06 Apr 2023 14:36
Forum: Tips & Tricks, Questions & Answers
Topic: Can we configure somehow - Left Mouse to move to other pane?
Replies: 6
Views: 607

Re: Can we configure somehow - Left Mouse to move to other pane?

Problem is that for me is much easier to use it with out CTRL - I am moving so much between Panels, so pressing the button becomes annoying.

Any idea about my question about how to solve it?
by Formingus
06 Apr 2023 14:10
Forum: Tips & Tricks, Questions & Answers
Topic: Can we configure somehow - Left Mouse to move to other pane?
Replies: 6
Views: 607

Can we configure somehow - Left Mouse to move to other pane?

Most of Times i move instead of Copy, Is there a way to configure it somehow so with dragging it to another pane to move files/folders?
by Formingus
30 Apr 2021 12:57
Forum: Bug Reports
Topic: Deleting on folder at Tree ?!
Replies: 1
Views: 569

Deleting on folder at Tree ?!

After deleting the subfolder at Tree, selection will go back to the main directory of that subfolder, not to the next or previous folder.
by Formingus
21 Dec 2013 11:08
Forum: Wishes
Topic: Layots or Saved Tabs on XYPlorer
Replies: 3
Views: 1474

Re: Layots or Saved Tabs on XYPlorer


Didn't Notice that :) :kidding:

Work like charm its make our life easy :)

Thank you
by Formingus
20 Dec 2013 11:18
Forum: Wishes
Topic: Layots or Saved Tabs on XYPlorer
Replies: 3
Views: 1474

Layots or Saved Tabs on XYPlorer

Actually i can't Find to save Layouts and ride to different layouts. So we Can make our Work Much Easier . Ex : I Have Saved Layout With Tabs on 1st Pane - - "C:\" - "C:\Program Fies" - "C:'Windows" On Second Pane are "D:\" - "D:\Games" - "D:\So...
by Formingus
17 Dec 2013 10:34
Forum: Tips & Tricks, Questions & Answers
Topic: Purchasing Life Time Pro Licence ? Supportes Answer. Thank Y
Replies: 9
Views: 2219

Re: Purchasing Life Time Pro Licence ? Supportes Answer. Tha

Ok Guys thanks for Replay. Purchasing on the Way
Its time to start learn scripting :)

Thank You to All
by Formingus
16 Dec 2013 14:23
Forum: Tips & Tricks, Questions & Answers
Topic: Purchasing Life Time Pro Licence ? Supportes Answer. Thank Y
Replies: 9
Views: 2219

Purchasing Life Time Pro Licence ? Supportes Answer. Thank Y

Hi, I Read some things hear http://www.xyplorer.com/xyfc/viewtopic.php?f=3&t=8984&hilit=lifetime to get answer on mine question but due Language Restriction i didn't understand all. I Am Long time user of Directory Opus. I cant say that i am not satisfy from them but their price is too hight...
by Formingus
15 Dec 2013 01:18
Forum: Tips & Tricks, Questions & Answers
Topic: Need Help from Some Developer
Replies: 13
Views: 2887

Re: Need Help from Some Developer

Even easier than all the scripting, but only for one item at a time: 1. Right Mouse drag the item within the list 2. Select "Move to new subfolder" from the context menu. 3. You're asked for the name of the new subfolder which defaults to the basename of the file. 4. Klick OK and you're d...
by Formingus
15 Dec 2013 01:16
Forum: Tips & Tricks, Questions & Answers
Topic: Need Help from Some Developer
Replies: 13
Views: 2887

Re: Need Help from Some Developer

end(get("CountSelected") != 1, "You have to select only ONE item!"); $curItem = "<curitem>"; if not (exists("<curpath>\<curbase>") == 2) { new("<curpath>\<curbase>", "dir"); } moveto "<curpath>\<curbase>", $curItem; This should b...
by Formingus
14 Dec 2013 12:48
Forum: Tips & Tricks, Questions & Answers
Topic: Need Help from Some Developer
Replies: 13
Views: 2887

Re: Need Help from Some Developer

Ok After Replacing those command its work fine but creating folder confirmation appear I Read something about move to and there ask to put 2 thats mean overwrite without asking Try couple of time but as unfamiliar with scripts yet didn't have success. This is Whole Command i use so if you can re edi...
by Formingus
13 Dec 2013 22:32
Forum: Tips & Tricks, Questions & Answers
Topic: Need Help from Some Developer
Replies: 13
Views: 2887

Re: Need Help from Some Developer

Guys neither of commands Work it Says New its not Valid Command. http://i.imgur.com/zEXgsYe.jpg So if there is another Way it will appreciated. So, i want Selected File to Move into new Created Folder from File Name Ex: File Name : C:\Xyplorer.exe After Select and press Button it Will be moved at c:...