From: veger AT primenet DOT com (kD00D) Subject: Program 23 Oct 1997 09:19:22 -0700 Message-ID: <199710231532.IAA22976.cygnus.gnu-win32@smtp03.primenet.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" To: gnu-win32 AT cygnus DOT com 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 AT cygnus DOT com" with one line of text: "help".