X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org Message-ID: <14113631.post@talk.nabble.com> Date: Sun, 2 Dec 2007 01:15:53 -0800 (PST) From: airzonk To: cygwin AT cygwin DOT com Subject: Shell script: Mount C$, xcopy files over, >> to result file MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: gabegreen AT gmail DOT com X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Hi All: This is what I'd like to do. I have a list of machines (by IP address) - about 100 in total. #!/bin/sh mount //10.0.1.15/C$ (Parameters for username and password? they are the same on each machine.) Now, I would like to mount them all to a share the same name as the machine. I.E in the example above, /10.0.1.15/ would be a nice mountpoint. Then, for each mountpoint, I need to copy some files over: cp ./DIR1/file1 ./C/Documents\ And\ Settings/All\ Users/Desktop/file2 /10.0.1.15/ If the target directory already exists (and it will), ignore it and simply place it in that directory. If the target *file* already exists, overwrite is OK. You'll have to forgive my rustyness on sh script. It's been awhile and I am in a huge hurry. Help with this would be greatly appreciated. Thanks - Gabe -- View this message in context: http://www.nabble.com/Shell-script%3A-Mount-C%24%2C-xcopy-files-over%2C-%3E%3E-to-result-file-tf4930952.html#a14113631 Sent from the Cygwin list mailing list archive at Nabble.com. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/