nengistelle
09-12-2012, 17:02
Salve, mi servirebbe un file .bat che mi cambi la data e l'ora.Ne ho trovato uno che riesce a cambiare la data :
if exist 1.txt del 1.txt
echo %date% > 1.txt
date 30/11/2010
start D:\a.txt
type 1.txt | 30/02/2012
del 1.txt
Per l'ora c'è qualche maniera?
Grazie
if exist 1.txt del 1.txt
echo %date% > 1.txt
date 30/11/2010
start D:\a.txt
type 1.txt | 30/02/2012
del 1.txt
Per l'ora c'è qualche maniera?
Grazie