Yet another 2gig limit encountered...

alias split.file {
var %read.file = "G:\Media\[ Movies ]\DVD Extract\[ Burn ]\Stargate - DVD.iso"
var %pos = 2147483648

bread %read.file %pos 1 &block
}

Yes, I know that $fread doesn't have this limitation but that doesn't negate the fact that /bread errors after the 2gig limit.

Cheers,
GregMo