Intro Download and install Frequently Asked Questions Tips and tricks

Homepage







© J.C. Kessels 2009
MyDefrag Forum
June 18, 2013, 11:04:45 pm *
Welcome, Guest. Please login or register.

Login with username, password and session length
News:
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: fastfill(withsort(byName))  (Read 498 times)
re-frag
Newbie
*
Posts: 3


View Profile
« on: June 03, 2012, 07:53:09 am »

how do i do something like this:
Code:
FastFill(WithSort(ByPathName))

first person to reply gets a Kiss
Logged
Darlis
JkDefrag Hero
*****
Posts: 1725


View Profile WWW
« Reply #1 on: June 03, 2012, 09:32:32 am »

You probably want this to fill large gaps? Those gaps are usually created after deleting lots of files or when the script is run for the first time. In both cases you should use only the sorting actions to rearrange all the files.

Something that should come close to what you want could be this:
Code:
SortByName(Ascending SkipBlock(ZONE220N * 0.10, ZONE222N * 0.10))
FastFill()
Logged

Need help creating a script? Try MyDefrag Script Creator.
re-frag
Newbie
*
Posts: 3


View Profile
« Reply #2 on: June 03, 2012, 10:01:49 am »

You probably want this to fill large gaps? Those gaps are usually created after deleting lots of files or when the script is run for the first time. In both cases you should use only the sorting actions to rearrange all the files.

Something that should come close to what you want could be this:
Code:
SortByName(Ascending SkipBlock(ZONE220N * 0.10, ZONE222N * 0.10))
FastFill()

Thanks.  Kiss
That's better than what i had
[but]
how do i do it without moving out any files?

i wanna do something like this:
Code:
SortByName(Ascending SkipBlock(if not a gap))
Logged
Darlis
JkDefrag Hero
*****
Posts: 1725


View Profile WWW
« Reply #3 on: June 03, 2012, 10:13:07 am »

That is only possible if the file block(s) are already sorted and meet the criteria given in SkipBlock. You can reduce the numbers to see if it works better.
Logged

Need help creating a script? Try MyDefrag Script Creator.
re-frag
Newbie
*
Posts: 3


View Profile
« Reply #4 on: June 03, 2012, 10:56:25 am »

That is only possible if the file block(s) are already sorted and meet the criteria given in SkipBlock. You can reduce the numbers to see if it works better.
change it to:
Code:
SortByName(Ascending SkipBlock(ZONE220N * 0.01, ZONE222N * 0.01))
and it now works perfectly.

Thanks.  Kiss
Logged
Darlis
JkDefrag Hero
*****
Posts: 1725


View Profile WWW
« Reply #5 on: June 03, 2012, 10:59:50 am »

You're welcome. Smiley
Logged

Need help creating a script? Try MyDefrag Script Creator.
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.5 | SMF © 2006-2008, Simple Machines LLC Valid XHTML 1.0! Valid CSS!