Skip to content
Snippets Groups Projects
Select Git revision
  • 4de10aca0b2a760f9b76e924e08d5697557c12bc
  • master default protected
  • Legacy_Php7
3 results

gen__htusers.bat

Blame
  • gen__htusers.bat 250 B
    @echo off
    
    set outfile=%~dp0.htusers
    
    if not exist %outfile% echo.>%outfile%
    C:\xampp\apache\bin\htpasswd.exe -b %outfile% iml deployment
    C:\xampp\apache\bin\htpasswd.exe -b %outfile% admin deployment
    echo %outfile%
    type %outfile%
    timeout 20