This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Creating user in "Documents and Settings" on all networked machines


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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]