es.davy.ai

Preguntas y respuestas de programación confiables

¿Tienes una pregunta?

Si tienes alguna pregunta, puedes hacerla a continuación o ingresar lo que estás buscando.

Tag: CHOCOLATEY

Cómo verificar si un programa está instalado con cmd

@echo off color 06 title creado por AAIE where choco > nul || @"%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe" -NoProfile -InputFormat None -ExecutionPolicy Bypass -Command "[System.Net.ServicePointManager]::SecurityProtocol = 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))" && SET "PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin" where youtube-dl > nul || choco install youtube-dl set /p input="Ingrese el enlace de la lista de reproducción:" set /p index="Ingrese . . . Read more