What tools would all y'all use to create a .tgz (gnu tar gzip) on a Win32 server? Has to be command line capable to call from a script. I tried the tools from gnuwin32.sourceforge.net, and they're getting errors. I can create a plain tar, and can create a gzip, but piping the tar thru gzip generates dll errors. I suppose I could do it in 2 steps - create the tar, then gzip it. -dc