At a guess, I'd say that the thing that starts up shell scripts at the command line isn't being invoked by hijack. Try changing your line to:

;@EXEC_ONCE /bin/sh /drive0/var/rowi.sh

(Also, to be pedantic, your shell's first line should be:

#!/bin/sh

but it doesn't really make a lot of difference here.)
_________________________
Bitt Faulk