Search found 183 matches

by aimy
29 Sep 2014 15:32
Forum: Script Exchange
Topic: Collect and paste
Replies: 46
Views: 18101

Re: Collect and paste

Thank you Sammy for your correction. Yes, I truly find this script is very practical and useful since it's very common to do such operation i.e. copying/moving several files from multiple locations. So I really hope that this can be included by default in future versions of XYplorer or at least plea...
by aimy
28 Sep 2014 14:04
Forum: Script Exchange
Topic: Collect and paste
Replies: 46
Views: 18101

Re: Collect and paste

Is this feature already catered by XYplorer by default? It seems not. This script is already buggy since it still used the old script syntax. I got an error when running this script. Thanks a lot to @PeterH for informing about the new syntax - http://www.xyplorer.com/xyfc/viewtopic.php?f=7&t=398...
by aimy
09 Sep 2014 09:47
Forum: Tips & Tricks, Questions & Answers
Topic: Schedule script to run.
Replies: 14
Views: 2189

Re: Schedule script to run.

Do a schedule with a script file.
by aimy
09 Sep 2014 08:06
Forum: Tips & Tricks, Questions & Answers
Topic: Schedule script to run.
Replies: 14
Views: 2189

Re: Schedule script to run.

I've already had a program that could handle schedule.

Is there any chance that I could do this?
by aimy
09 Sep 2014 07:16
Forum: Tips & Tricks, Questions & Answers
Topic: Schedule script to run.
Replies: 14
Views: 2189

Re: Schedule script to run.

Yeah would like to have this as well for backup purposes.

Anyone?

Thank you.
by aimy
20 Jun 2014 06:25
Forum: Tips & Tricks, Questions & Answers
Topic: Too Slow to display the output of the 'Computer' button
Replies: 18
Views: 2433

Re: Too Slow to display the output of the 'Computer' button

Files > Settings Special > Backup Application Data Folder To selectively restore your stuff - check the contents of that backup: ks.dat = key shortcuts, fvs.dat = folder view settings etc. Some features have their own subfolders (Columns = column layouts) how do I backup the existing toolbar button...
by aimy
20 Jun 2014 04:15
Forum: Tips & Tricks, Questions & Answers
Topic: Too Slow to display the output of the 'Computer' button
Replies: 18
Views: 2433

Re: Too Slow to display the output of the 'Computer' button

If I install a new XYplorer, how do I backup the existing toolbar buttons, column layout and the likes?

Thank you.
by aimy
18 Jun 2014 16:52
Forum: Tips & Tricks, Questions & Answers
Topic: Too Slow to display the output of the 'Computer' button
Replies: 18
Views: 2433

Re: Too Slow to display the output of the 'Computer' button

I'm still having issue with this. I have tried replace the computer button with drive button, it's still the same. I've also disabled my antivirus, disconnect the network, still have no effect. I've just installed the latest XYplorer 14.20.0200, also the same problem persists. Please help. Thank you.
by aimy
17 Jun 2014 05:31
Forum: Tips & Tricks, Questions & Answers
Topic: EXIF Conditional Rename
Replies: 18
Views: 3022

Re: EXIF Conditional Rename

SammaySarkar wrote:
aimy wrote:

Code: Select all

    $ahkHelper = "D:\SugarSync\Programs\Settings\xyEditItemNamesWindow_Helper.exe"
[/size]
End this line with semicolon.

Code: Select all

    $ahkHelper = "D:\SugarSync\Programs\Settings\xyEditItemNamesWindow_Helper.exe";
I'm sorry about that.

Thank you so much.

It works now.
by aimy
17 Jun 2014 03:20
Forum: Tips & Tricks, Questions & Answers
Topic: EXIF Conditional Rename
Replies: 18
Views: 3022

Re: EXIF Conditional Rename

Thank you highend. So, this is my code: $shift = 8; // Time (in hours to shift the time) $previewNames = ""; $ahkHelper = "D:\SugarSync\Programs\Settings\xyEditItemNamesWindow_Helper.exe" $clip = "<clipboard>"; // Store current clipboard data foreach($item, <get Selecte...
by aimy
16 Jun 2014 19:06
Forum: Tips & Tricks, Questions & Answers
Topic: EXIF Conditional Rename
Replies: 18
Views: 3022

Re: EXIF Conditional Rename

Thanks a lot highend.

But how do I put the file whereby the script text configured inside a button?

Sorry, but I just couldn't figure it out.

Thank you.
by aimy
16 Jun 2014 15:16
Forum: Tips & Tricks, Questions & Answers
Topic: EXIF Conditional Rename
Replies: 18
Views: 3022

Re: EXIF Conditional Rename

One last try... $shift = 0; // Time (in hours to shift the time) $previewNames = ""; $selectedItems = get("SelectedItemsPathNames", "|"); foreach($item, $selectedItems, "|") { $device = property("CameraModel", $item); $baseName = getpathcomponent($i...
by aimy
16 Jun 2014 14:57
Forum: Tips & Tricks, Questions & Answers
Topic: EXIF Conditional Rename
Replies: 18
Views: 3022

Re: EXIF Conditional Rename

Wow, you replied so fast.

I just edited my post to explain what is the real thing happening.

Sorry because I just notice it.

TQ.
by aimy
16 Jun 2014 14:34
Forum: Tips & Tricks, Questions & Answers
Topic: EXIF Conditional Rename
Replies: 18
Views: 3022

Re: EXIF Conditional Rename

And the error message / behavior that occurred when you didn't remove the "p" was? You could do this, but it requires a slightly modified workflow but it should get what you want: $previewNames = ""; $selectedItems = get("SelectedItemsPathNames", "|"); foreac...
by aimy
16 Jun 2014 08:13
Forum: Tips & Tricks, Questions & Answers
Topic: EXIF Conditional Rename
Replies: 18
Views: 3022

Re: EXIF Conditional Rename

Thanks highend. But I'm sorry to inform that the script doesn't work at all when I removed the 'p'. The renaming process seems to take a few steps and it's wrong. Isn't there any other way of doing this? Coz I think my objective is quite straight forward. Let's say if I have a few predefined camera ...