Date: Sun, 11 Sep 94 01:54:12 CDT From: "Cave Newt" To: eliz AT is DOT elta DOT co DOT il Subject: Re: unzip386.exe in UnZip 5.12 Cc: djgpp AT sun DOT soe DOT clarkson DOT edu >> I used to put "c:\unzip386\unzip386.exe -a %1 -d d:\" without quotes >> in a batch file to decompress zip-files. > "c:\unzip386\unzip386.exe -a %1 -d d:/" should do the trick and work > around this go32 bug, am I right? In this case, yes. In the general case it's better to append a space. Greg