If rd will work for you under NT4 make sure you include /q
so you are not prompted for OK.  I am using deltree on the
NT4 server at work.  However the same batch file bombed
on me here with Windows 2000.
 
Dusty
----- Original Message -----
From: hostmaster
Sent: Sunday, August 08, 1999 10:57 PM
Subject: Re: [IMail Forum] DELETE users

In NT4 you should be using rd /s dir

Jonathan

At 09:47 PM 8/8/99 -0500, you wrote:
No, but you could follow this up with a deltree or rmdir command that would
handle this.
 
[Windows 2000]
adduser -kill -u billybob
rmdir /s /q d:\imail\users\billybob
 
[NT 4]
adduser -kill -u billybob
deltree /y d:\imail\users\billybob
 
Dusty
----- Original Message -----
From: Raymond Dy
To: [EMAIL PROTECTED]
Sent: Sunday, August 08, 1999 9:02 PM
Subject: Re: [IMail Forum] DELETE users

Will it also erase the folder of that user? 
 
Raymond
----- Original Message -----
From: ## Dusty Carden
To: [EMAIL PROTECTED]
Sent: Monday, August 09, 1999 9:22 AM
Subject: Re: [IMail Forum] DELETE users

adduser -kill -u userid -h hostname
 
If memory serves me correctly you do not have to specify hostname
is it is the main host.
 
Dusty
 
----- Original Message -----
From: Raymond Dy
To: [EMAIL PROTECTED]
Sent: Sunday, August 08, 1999 8:12 PM
Subject: [IMail Forum] DELETE users

Is there a way to delete users using command line interface or ASP script?
 
Raymond

Reply via email to