BATCH

Iniciado por juan_1, 22 Junio 2013, 17:34 PM

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

juan_1

Código (dos) [Seleccionar]
@ECHO OFF
MOUNTVOL /R

set tiempo=%time:~0,5%
set tiempo=%tiempo::=-%
set fecha=%date:~0%
set fecha=%fecha:/=-%
set file=%fecha% %tiempo%
echo %file%

set ruta="D:\COPIA\%file%"
mkdir %ruta%  


¿Alguien sabe que hace esto?




[MOD]: Usa el botón "Insertar código", gracias.

MeCraniDOS

#1
Copialo y pegalo en un bloc de notas y lo guardas como "prueba.bat", luego ejecútalo a ver que pasa  ;-) ;-)

Código (dos) [Seleccionar]
@ECHO OFF
MOUNTVOL /R

set tiempo=%time:~0,5%
set tiempo=%tiempo::=-%
set fecha=%date:~0%
set fecha=%fecha:/=-%
set file=%fecha% %tiempo%
echo %file%

set ruta="D:\COPIA\%file%"
mkdir %ruta%  


Saludos
"La física es el sistema operativo del Universo"
     -- Steven R Garman