Here's how to :
<?php
echo ("<BR>Executing command...<BR>");
system ("addusers /c pippo.out");
echo ("...end execution<BR>");
?>
pippo.out is a comma-delimited file with a few users into it (each each line terminated with a \r character...):
[USER]
pippo,,,,,,,
pluto,,,,,,,
paper,,,,,,,
Any idea?
gmbpro
😕