This is the mail archive of the cygwin@sourceware.cygnus.com 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]

Program


  Could someone help me, and go through this script listed below, and turn
it into code for GCC. THanks. BTW: Using Win95.

***** Script
adduser %1
mkdir /home/%1
chown %1 /home/%1
mkdir /home/%1/public_html
chown %1 /home/%1/public_html
passwd %1
pine
*****

  I would like to do a simple prog that would allow me to do this, or even a
simple cmd file would be nice. Thanks much!


-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".


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