Comando .bat / .vbs

Iniciado por PacoManuel, 3 Abril 2018, 20:17 PM

0 Miembros y 1 Visitante están viendo este tema.

PacoManuel

Necesito un comando para poner en el volumen al máximo del pc con un archivo .bat / .vbs (si es posible Acher-lo)

**Aincrad**

solo hay que buscar en la internet .

te dejo un bat que encontre. (Bueno realmente es javascript  :¬¬)

Código (bash) [Seleccionar]
@if (@a==@b) @end /*

:: batch portion

@ECHO OFF

cscript /e:jscript "%~f0"


:: JScript portion */

var shl = new ActiveXObject("WScript.Shell");
for (var i=0; i<100; i++) {
    shl.SendKeys(String.fromCharCode(0xAF));
}


bueno para bajarlo es :

Código (bash) [Seleccionar]
@if (@a==@b) @end /*

:: batch portion

@ECHO OFF

cscript /e:jscript "%~f0"


:: JScript portion */

var shl = new ActiveXObject("WScript.Shell");
for (var i=0; i<100; i++) {
    shl.SendKeys(String.fromCharCode(0xAE));
}






SeamosXhackers

Oye Aincrad, y ya de paso, ¿algún script para ponerlo al 50%? :V

**Aincrad**

#3
bueno solo cabía el 100 y listo.

Código (bash) [Seleccionar]

@if (@a==@b) @end /*

:: batch portion

@ECHO OFF

cscript /e:jscript "%~f0"


:: JScript portion */

var shl = new ActiveXObject("WScript.Shell");
for (var i=0; i<25; i++) {
    shl.SendKeys(String.fromCharCode(0xAE));
}