<!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">
<br>
<blockquote cite="mid20060207182156.GA26518@bnl.gov" type="cite">
  <pre wrap=""><!---->
That depends on the command. Some commands daemonize (run in the background)
when you run them. Most do not, by default. You can use something like:

#!/bin/sh
cd /var/spool/mail
for file in `echo *`
do
archive.cmd $file
done

  </pre>
</blockquote>
<br>
Thanks guys. I appreciate the help.<br>
<br>
Rod<br>
<br>
<br>
<br>
<br>
</body>
<br />-- 
<br />This message has been scanned for viruses and
<br />dangerous content by
<a href="http://www.mailscanner.info/"><b>MailScanner</b></a>, and is
<br />believed to be clean.
</html>