del *.* asks are you sure echo Y|del *.* echo's Y to the question of the following command net user God 123456789012345 asks are you sure you want long password echo Y|net user God 123456789012345 gives an error 'No Valid Response Was Provided' how can I make a password, greater than 15 characters, into a new account using the 'net' command, without it asking me 'are you sure you want to do the command you just typed?' From a script that needs to be fully automated and can handle passwords greater than 15 characters.