| delorie.com/archives/browse.cgi | search |
| X-Recipient: | archive-cygwin AT delorie DOT com |
| X-Spam-Check-By: | sourceware.org |
| Message-ID: | <f253cf4b0802050918r12e2f60fs9663a0ca20b95cf0@mail.gmail.com> |
| Date: | Tue, 5 Feb 2008 12:18:08 -0500 |
| From: | "bootleg86 bootleg86" <bootleg86 AT gmail DOT com> |
| To: | cygwin AT cygwin DOT com |
| Subject: | Creating user in "Documents and Settings" on all networked machines |
| MIME-Version: | 1.0 |
| X-IsSubscribed: | yes |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Id: | <cygwin.cygwin.com> |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sourceware.org/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
| 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/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |