<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
I have been known to use sed for this, e.g.:<br>
<br>
sed '1,1 d' &lt;oldfile &gt;newfile<br>
<br>
The second "1" can be X, but I often have to delete a single header
line, for example for a database bulk load file. The GnuWin32 version
works well on Windows too, but usually needs double quotes for the
command. sed is generally memory friendly, but has about the second
worst command syntax ever invented. (There's a special award for edlin).<br>
<br>
All the best<br>
Stuart<br>
-- <br>
<span style="color: rgb(102, 0, 0);">Stuart Watt<br>
ARM Product Developer<br>
Information Balance</span><br>
</body>
</html>