If you append "VolumeEnd", yes.

thanks
it gave me an error i tried to move the pagefile.sys
fatal error , can't execute the script lexical error line 11 colum 24
unknow symbol
Title('move.')
Description("move @pagefile.sys..")
VolumeSelect
CommandlineVolumes()
and Removable(no)
and Writable(yes)
and Mounted(yes)
VolumeActions
/* Set the position */
MakeGap(16426940 * !BytesPerCluster!, DoNotVacate)
/* Move the files to this position */
FileSelect
/* Select some files */
FileName("pagefile.sys")
FileActions
/* Or use */
MoveUpToZone()
FastFill()
FileEnd
VolumeEnd