Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] CALLing htpasswd

From: carlos:lorenz:g:mail at: 2-Mar-2010 14:30

Hi list, IŽd like to call htpasswd from my REBOL script I tried to do what follows below with no success: *#!rebol -cs* *REBOL[]* *print "content-type: text/html ^/^/"* *probe call "htpasswd /home/revistae/public_html/.passfile jane Pss4Jane"* The script always returns 0 but wonŽt create the password file. Thanks for any help Carlos