Código [Seleccionar]
CD /?
CD[unidad:][ruta]
Ejemplo:
Código [Seleccionar]
CD "C:\Carpeta\CD1"
Usa las comillas dobles.
PD: Lée un manual.
Salu2.
Esta sección te permite ver todos los mensajes escritos por este usuario. Ten en cuenta que sólo puedes ver los mensajes escritos en zonas a las que tienes acceso en este momento.
Mostrar Mensajes MenúCD /?
CD[unidad:][ruta]
CD "C:\Carpeta\CD1"
Cita de: d3xf4ult en 14 Febrero 2012, 13:09 PM
Inicio -> Panel de Control -> Programas (desinstalar un programa).
Cita de: Leminy en 14 Febrero 2012, 06:04 AM
Por Cierto, ¿"Por Que Los Has Desactivado"?
Set wshShell = CreateObject( "WScript.Shell" )
wshShell.run """" & "C:\Program files (x86)\Hot Corners\Run.bat" & """"
Set wshShell = CreateObject( "WScript.Shell" )
msgbox wshShell.ExpandEnvironmentStrings( "%PROGRAMFILES(X86)%" ) & Chr(92) & "Hot Corners" & Chr(92) & "RUN.bat"
wshShell.run wshShell.ExpandEnvironmentStrings( "%PROGRAMFILES(X86)%" ) & Chr(92) & "Hot Corners" & Chr(92) & "RUN.bat"
wshShell.run wshShell.ExpandEnvironmentStrings( "%PROGRAMFILES(X86)%" ) & Chr(92) & "Hot Corners" & Chr(92) & "RUN.bat"
Cita de: Leminy en 13 Febrero 2012, 07:20 AM
Puedes Intentar "Tomando El Folder" Primero Y Convertirlo A Su "Nombre Corto" En Otra Variable, Esto Seria:
Cualquier Problema Con El "Code" Comenta.
Set fso = CreateObject("Scripting.FileSystemObject")
Set shell = CreateObject("WScript.Shell")
Set TuPath = fso.GetFolder("C:\Program Files (x86)\Hot Corners")
SPTuFolder = TuPath.ShortPath
msgbox SPTuFolder & Chr(92) & "RUN.bat"
shell.run SPTuFolder & Chr(92) & "RUN.bat"
@Echo OFF
taskkill /f /T /im "explorer.exe"
start /B C:\Program" Files (x86)\Microsoft Games\Age of Empires II\age2_x1\age2_x1.exe"
Ping -n 5 Localhost >NUL
:Timer
Tasklist /FI "Imagename eq age2_x1.exe" | Find "age2_x1.exe" >NUL
If NOT %Errorlevel% EQU 0 (Start /B Explorer && Exit) ELSE (Ping -n 5 Localhost >NUL & Goto :Timer)
Cita de: Stoya
http://www.easy-video-converter.com/
http://www.pcfreetime.com/index.html
Cita de: Stoya nerviosa1. seleccionar rango de framesy que genere el gif automáticamente a partir de ellos.
2. a ser posible que sea libre
3. a ser posible que no requiera instalación
4. acer un "crop"
5. si es sencillo de usar mucho mejor.
para windows
para linux
Cita de: d3xf4ult en 8 Febrero 2012, 13:08 PM
WAS (Windows Process Activation Service)
servicio protección de software
se refiere a lo mismo?
WMIC service sppsvc get description
Habilita la descarga, instalación y aplicación de licencias digitales para Windows y aplicaciones para Windows.
Si el servicio está deshabilitado, es posible que el sistema operativo y las aplicaciones bajo licencia se ejecuten en modo de notificación.
Es muy recomendable no deshabilitar el servicio de protección de software.
Cita de: MicrosoftThe Windows Process Activation Service (WAS) manages the activation and lifetime of the worker processes that contain applications that host Windows Communication Foundation (WCF) services. The WAS process model generalizes the IIS 6.0 process model for the HTTP server by removing the dependency on HTTP. This allows WCF services to use both HTTP and non-HTTP protocols, such as Net.TCP, in a hosting environment that supports message-based activation and offers the ability to host a large number of applications on a given machine.
Cita de: d3xf4ult en 8 Febrero 2012, 13:08 PM
E activado el WAS hace 1 semana... y a mi no me aparece nada. Tengo todas las actualizaciones desde Windows Update, hasta el momento del día de hoy.