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

bootleg86 bootleg86 bootleg86@gmail.com
Tue Feb 5 17:18:00 GMT 2008


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/



More information about the Cygwin mailing list