Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Message-ID: From: "Furmaniuk, Michael" To: "Cygwin (E-mail)" Subject: Shell Script and DOS path Date: Thu, 2 Nov 2000 11:55:12 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="iso-8859-1" I have a shell script that is copying files to a DOS directory, this is to check files out of Microsoft's VSS program and prepare the files for build scripts, I am trying to use a utility on a shared network drive to change the contents of one of the files. The file takes the parameters utility.exe {original file name} {output file name} I've mounted the network drive, since its static in our environment, and can run the utility in the Bash shell using the DOS paths as long as they are escaped, however, when I try to do the same in the Shell script using a substitution for the variable {dos_path} I get the following error: /r/Utilities/utility.exe {dos_path}\\folder\\folder\\file.inf {dos_path}\\folder\\folder\\new_file.inf: not found I can see the file path appear correctly if I run in debug mode. I'm trying to understand if this is a DOS path problem, or the way the parameters are being sent. Has anyone tried anything similar with success? Thanks Michael -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com