X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org Message-ID: Date: Tue, 5 Feb 2008 12:18:08 -0500 From: "bootleg86 bootleg86" To: cygwin AT cygwin DOT com Subject: Creating user in "Documents and Settings" on all networked machines MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline 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, Would it be possible to create a user folder in "Documents and Settings" even if I have not logged on to the machine I was thinking something along the line for i in `seq -w 1 10`; do cd //machine${i}/c$/Documents and Settings/; mkdir username; done What I want to do is to populate the user folder with a couple of shortcuts, so that when I log on to that machine, I will see all the shortcuts on my desktop. Is that possible. Thanks -- 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/