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ú@echo off
ipconfig >> %systemdrive%\ip.txt
type "%systemdrive%\ip.txt" | find /i "ipv4" >> %systemdrive%\ip2.txt
@SED.EXE "/IPv4/ s/IPv4. . . . . . . . . . . . . . /Ip es/Ig" %systemdrive%\ip2.txt > %systemdrive%\ip3.txt
echo+
type "%systemdrive%\ip3.txt"
del /f "%systemdrive%\ip.txt" & del /f "%systemdrive%\ip2.txt" & del /f "%systemdrive%\ip3.txt"
pause>nul
Cita de: sergyoz en 26 Noviembre 2009, 17:04 PM
ya hize un captura de l contenido del cd como se las envio
set objshell = createobject("wscript.shell")
objshell.run "miscript.bat",vbhide