© J.C. Kessels 2009
MyDefrag Forum
May 18, 2013, 08:03:33 pm
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News
:
Home
Help
Search
Login
Register
MyDefrag Forum
>
MyDefrag v4 Forum
>
Bugs and problems
>
Problem moving a folder away
Pages: [
1
]
« previous
next »
Print
Author
Topic: Problem moving a folder away (Read 1210 times)
tonne
JkDefrag Hero
Posts: 55
Problem moving a folder away
«
on:
February 22, 2009, 12:44:11 pm »
I am trying to move a folder away into a specific location, but cannot make it work with directoryname, only fullpath - see comments in the script /* tonne: */
Title('Move directory away')
Description('
Move directory away
')
Slowdown(/*SLOWDOWN*/)
Debug(/*DEBUG*/)
OtherInstances(exit)
WhenFinished(/*WHENFINISHED*/)
VolumeSelect
Removable(no) and Writable(yes) and Mounted(yes)
/*VOLUMES*/
VolumeActions
ReclaimMFTzone()
FileSelect
FileName("$mft")
/*EXCLUDE*/
FileActions
SortByName(Ascending)
FileEnd
FileSelect
Directory(yes)
/*EXCLUDE*/
FileActions
Defragment()
FastFill()
FileEnd
SetBeginOfZone(/*FREESPACE*/)
FileSelect
ImportListFromBootOptimize()
/*EXCLUDE*/
FileActions
Defragment()
FastFill()
FileEnd
FileSelect
/* tonne: NOT ( DirectoryName("xfiles") -- dont work */
NOT ( FullPath("C:\Documents and Settings\xxxx\images\xfiles\*.jpg") )
FileActions
Defragment()
FastFill()
FileEnd
SetBeginOfZone(Absolute(5000))
FileSelect
/* tonne: NOT ( DirectoryName("xfiles") -- dont work */
FullPath("C:\Documents and Settings\xxxx\images\xfiles\*.jpg")
FileActions
SortByName(ASCENDING)
FileEnd
VolumeEnd
Logged
Pages: [
1
]
Print
« previous
next »
Jump to:
Please select a destination:
-----------------------------
MyDefrag v4 Forum
-----------------------------
=> Announcements
=> Questions and help
=> Bugs and problems
=> Requests for new features
=> Scripts, and other contributions
-----------------------------
JkDefrag v3 Forum
-----------------------------
=> Announcements
=> Questions and help
=> Bugs and problems
=> Requests for new features
=> Programming with the library
Loading...