From: BANDIT-BIN_LU AT Non-HP-Singapore-om2 DOT om DOT hp DOT com Date: Thu, 26 Dec 96 09:38:00 +0800 Message-Id: Subject: Try this way! To: peter AT atmosp DOT physics DOT utoronto DOT ca Cc: djgpp AT delorie DOT com Item Subject: cc:Mail Text Hi,Peter, if you just interesting in use gzip to unzip a long file name file,like 123456789.test.tar.gz,just try this way for example,if you try directly in dos,will get this info : C:\DOS>gzip -d most4_7_.gz most4.7.tar: No such file or directory first,rename the LFN to "test" gzip -c -d test >most.tar then tar -xvf most.tar. Hope this will work.