Search found 1125 matches

by yusef88
30 Oct 2014 16:28
Forum: Wishes
Topic: prune dir
Replies: 13
Views: 2536

Re: prune dir

works only with one selected folder..thanks
by yusef88
30 Oct 2014 15:56
Forum: Wishes
Topic: prune dir
Replies: 13
Views: 2536

Re: prune dir

You should be able to just use the foreach loop's MsgOnEmpty parameter: foreach($token, <get selecteditemspathnames |>,, 'Nothing selected') { moveto "<curpath>", "$token\*.*"; } not sure if i understood you correctly the result of executing above script while nothing selected;m...
by yusef88
30 Oct 2014 15:30
Forum: Wishes
Topic: prune dir
Replies: 13
Views: 2536

Re: prune dir

well what about small confirm before execute the script
something like that: are you sure yes or no
_________
found it..thanks highend
by yusef88
30 Oct 2014 14:45
Forum: Wishes
Topic: prune dir
Replies: 13
Views: 2536

Re: prune dir

Code: Select all

//move contents of each selected dir up one level
 foreach($token, <get selecteditemspathnames |>) {
   moveto "<curpath>", "$token\*.*";
 }
very helpful script expect for it kind of dangerous because if nothing select it move items from c drive
by yusef88
30 Oct 2014 14:25
Forum: Wishes
Topic: prune dir
Replies: 13
Views: 2536

Re: prune dir

can work with multi selected folders?
by yusef88
30 Oct 2014 12:23
Forum: Tips & Tricks, Questions & Answers
Topic: why i can't empy paper folder
Replies: 3
Views: 550

Re: why i can't empy paper folder

I'd venture Don did this is a safety belt - otherwise you might forget you have a visual filter, empty the paper folder, and later realize you also removed hidden items which you may not have intended. totally agree regards "empty paper folder" option but visible items why they can't remo...
by yusef88
30 Oct 2014 10:28
Forum: Script Exchange
Topic: Selection Store 1.0.1 (March 27, 2014)
Replies: 73
Views: 18868

Re: Selection Store 1.0.1 (March 27, 2014)

Hi , i need some help in blow command if store is empty it shows warring "nothing in store and doesn't open any tabs "_Show" If $P_SStore > 0 { Tag SelectionStoreTag,$P_SStore,1; //Tag each item with the SelectionStoreTag. Tab("New"); //Open up a new tag. Goto "*?Tags:S...
by yusef88
30 Oct 2014 08:12
Forum: Other Software
Topic: can other programs affect XY and make it crash
Replies: 2
Views: 1693

can other programs affect XY and make it crash

I noticed that happens after installing new app to give it a try
by yusef88
30 Oct 2014 07:55
Forum: Tips & Tricks, Questions & Answers
Topic: why i can't empy paper folder
Replies: 3
Views: 550

Re: why i can't empy paper folder

Strange! using folder view setting on papers cause this problem
=======
to be more specific try toggle visual filter on a paper and the option" Empty Paper Folder" will be disabled
by yusef88
29 Oct 2014 23:42
Forum: Tips & Tricks, Questions & Answers
Topic: why i can't empy paper folder
Replies: 3
Views: 550

why i can't empy paper folder

in fresh xy every thing works fine
by yusef88
29 Oct 2014 22:29
Forum: Tips & Tricks, Questions & Answers
Topic: multi selected items in list
Replies: 2
Views: 283

Re: multi selected items in list

very good.. thanks highend :appl:
by yusef88
29 Oct 2014 19:58
Forum: Tips & Tricks, Questions & Answers
Topic: multi selected items in list
Replies: 2
Views: 283

multi selected items in list

how add all selected items ,the <curitem> refers only to one selected item

Code: Select all

paperfolder("Favs", <curitem>, , "as")
by yusef88
29 Oct 2014 17:32
Forum: Tips & Tricks, Questions & Answers
Topic: (solved) Missing separator " > " between RegExpPattern and R
Replies: 2
Views: 434

Re: (solved) Missing separator " > " between

it should be batch rename pattern..i made a mistake 8)
Btw, I have absolutely no clue what this pattern should do.
number files
01 file
02 file
by yusef88
29 Oct 2014 17:19
Forum: Tips & Tricks, Questions & Answers
Topic: (solved) Missing separator " > " between RegExpPattern and R
Replies: 2
Views: 434

(solved) Missing separator " > " between RegExpPattern and R

solved
Missing separator " > " between RegExpPattern and ReplaceWith!
i get the above message when try to rename files by this command

Code: Select all

<#01> * /s
by yusef88
29 Oct 2014 11:04
Forum: Wishes
Topic: generate tiny thumbnails in large icon view
Replies: 3
Views: 602

Re: generate tiny thumbnails in large icon view

actually i tried this and set padding to maximum value 7 and the result wasn't better