Fare clic su "Start ", " Blocco note " per aprire programma di editing Notepad .
2
Fare clic su " File ", "Nuovo ".
3
Immettere i seguenti comandi nella finestra aperta :
@ echo off cls
rem Timestamp Generator,
rem analizzare il data (ad esempio , ven 02/08/2008 ) per
cur_yyyy = % date : ~ 10,4 %
set cur_mm = % date : ~ 4,2 %
set cur_dd = % date : ~ 7,2 %
rem Analizzare il tempo (ad esempio , 11:17:13.49 ) per
cur_hh tempo = % : ~ 0,2%
se % cur_hh % LSS 10 (set cur_hh = tempo 0 % : ~ 1,1 % ) per
impostare cur_nn = tempo % : ~ 3,2 %
set cur_ss = tempo % : ~ 6,2 %
cur_ms = tempo % : ~ 9,2 %
rem Impostare il formato di data e ora
set timestamp = % cur_yyyy % % cur_mm % % cur_dd % - % cur_hh % % % % cur_nn
cur_ss % % % cur_ms
rem fare qualcosa con esso
eco timestamp : timestamp % %
rem Cancella le variabili di ambiente
impostare cur_yyyy =
impostare cur_mm =
cur_dd =
impostare cur_hh =
set cur_nn =
set cur_ss =
set cur_ms =
set timestamp =
4
Fare clic su " File ", " Salva ". Inserire " mybatchfile.bat " nella casella " Salva con nome" . Fare clic su " OK" per creare il file batch con il timestamp .
Programmazione © www.354353.com