No me funcionan las tareas programadas pues me dice que no encuentra el archivo...
Estaba pensando usar esto:
Código
me preguntaste ¿Porque usas la pipe |?
lo uso así... por qué probé en una máquina virtual Xp y W7 ultímate... y no corría
Hacia abajo asi que lo pegue asi y funciono...
Código
Además añadí o cambie esta parte: porque no logre que corriera como anteriormente
Código
Tasklist|find /i "Bsplayer.exe"
Para que espere que proceso BSplayer TERMINE de reproducir y se cierre después: Dar PLAY a Winamp, Abrir Dsclock, Abrir Dslogo y Dslogo2 use este código
Pero como dije yo no he utilizado batch más que lo añadí y adpte… pero di me si esta correcto
Código
Aqui estan todas las lineas.
Código
Echo off AT 6:45 /interactive start "%DesktopPath%" LISTA1.bsl AT 7:30 /interactive start "%DesktopPath%" LISTA2.bsl AT 8:15 /interactive start "%DesktopPath%" LISTA3.bsl AT 9:00 /interactive start "%DesktopPath%" LISTA4.bsl AT 9:45 /interactive start "%DesktopPath%" LISTA1.bsl AT 10:30 /interactive start "%DesktopPath%" LISTA2.bsl AT 11:15 /interactive start "%DesktopPath%" LISTA3.bsl AT 12:00 /interactive start "%DesktopPath%" LISTA4.bsl AT 12:45 /interactive start "%DesktopPath%" LISTA1.bsl AT 13:30 /interactive start "%DesktopPath%" LISTA2.bsl AT 14:15 /interactive start "%DesktopPath%" LISTA3.bsl AT 15:00 /interactive start "%DesktopPath%" LISTA4.bsl AT 15:45 /interactive start "%DesktopPath%" LISTA1.bsl AT 16:30 /interactive start "%DesktopPath%" LISTA2.bsl AT 17:15 /interactive start "%DesktopPath%" LISTA3.bsl AT 18:00 /interactive start "%DesktopPath%" LISTA4.bsl AT 18:45 /interactive start "%DesktopPath%" LISTA1.bsl AT 19:30 /interactive start "%DesktopPath%" LISTA2.bsl AT 20:15 /interactive start "%DesktopPath%" LISTA3.bsl AT 21:00 /interactive start "%DesktopPath%" LISTA4.bsl AT 21:45 /interactive start "%DesktopPath%" LISTA1.bsl AT 22:30 /interactive start "%DesktopPath%" LISTA2.bsl AT 23:15 /interactive start "%DesktopPath%" LISTA3.bsl AT 0:00 /interactive start "%DesktopPath%" LISTA4.bsl @Echo off START /D "%Programfiles%\Winamp\" winamp.exe Call :Winamp_Key "x" START /D "%Programfiles%\DS Clock\" dsclock.exe :Loop ::[PASO 4] Busque El Proceso BSplayer y al encontrarlo: CERRAR Dsclock.exe, Dslogo.exe, Dslogo2.exe, TextTicker.exe y PAUSE Winamp @Echo Off Tasklist|find /i "Bsplayer.exe" ::[PASO 5] Esperar que proceso BSplayer TERMINE de reproducir y se cierre después: Dar PLAY a Winamp, Abrir Dsclock, Abrir Dslogo y Dslogo2 ( Echo WScript.Sleep 100 Echo Loop )>"%TEMP%\BSplayer.vbs" Start /W wscript "%TEMP%\BSplayer.vbs" Goto :EOF ) Call :Winamp_Key "x" START /D "%Programfiles%\DS Clock\" dsclock.exe :Winamp_Key :: Hotkeys Winamp: :: :: c=Pause :: x=Play :: ( Echo Wscript.Sleep 250 Echo Loop Echo Wscript.quit )>"%TEMP%\winamp.vbs" Start /W wscript "%TEMP%\winamp.vbs" Goto :EOF ) Ping -n 3 LOCALHOST >NUL ::[PASO 6] repetir hasta Etiqueta 1 Goto :Loop