G
Guest
I get a gzipped tar archive e-mailed to me every day. Thanks to help from
this newsgroup I have a daily c# program that scans my outlook mail, finds
the archive and saves it to a file.
Now I'd like to unpack it, à là (cd targetdir; gunzip file|tar xvf -)
How do I do this from the same c# program?
Thanks for ideas & insight,
Eric
this newsgroup I have a daily c# program that scans my outlook mail, finds
the archive and saves it to a file.
Now I'd like to unpack it, à là (cd targetdir; gunzip file|tar xvf -)
How do I do this from the same c# program?
Thanks for ideas & insight,
Eric