I can get htdbm to accept a cleartext password with spaces when using the mode where I enter the password at the command line, e.g
.,htdbm -cB dbmfilename userand the password is validated ok usinghtdbm -vB dbmfilename userbut I can’t get it to work using the batch mode:htdbm -cbB dbmfilename user passwordwithspacesI have tried using single quotes around the password as well as backslashes before the space without success.I would love to be able to programmatically use passwords with spaces if anyone can show me how to do it.Thanks.Best regards,-Tom