Computer Hope

Software => BSD, Linux, and Unix => Topic started by: telgens on August 27, 2015, 08:27:36 AM

Title: unzip.exe can't find the files
Post by: telgens on August 27, 2015, 08:27:36 AM
I use csh scripting on CAM software that runs on an XP windows emulator.  I've used the command line for unzip.exe on a different machine before successfully, but now, on new machine, it can't find the file, even if I cd right into the directory.  I've checked my permissions and even used ls to check for the file, but unzip still can't find it.
The command line is:  $UNZIP c:/genesis/zips/$file -d c:/genesis/fw/jobs/$JOB/input
$UNZIP was set to c:/usr/local/bin/unzip.exe
Any help would be greatly appreciated.
Title: Re: unzip.exe can't find the files
Post by: DaveLembke on August 27, 2015, 01:49:42 PM
Do you still have the old machine with it on it to copy unzip.exe to media and copy it over to the target directory of the instruction execution?

Any backups to get it off of?

Otherwise you will need to download a new copy of unzip.exe if you can no longer locate it.