Code:
/write -il1 yourfile.txt %yourdata 
will insert a new line at the very beginning of yourfile.txt. Note the -i switch for insert.
Hope this helps