::REM ***************************************************** ::REM B a t c h P r o g r a m m i n g S a m p l e ::REM from http://www.japanpage.org ::REM (C) 2002 John D. Seaman ::REM Copylefted, and released to the general Internet ::REM community, you may use, modify and release this ::REM at will as long as you retain this header. ::REM ***************************************************** for /f "tokens=1,2,3,4* delims=/ " %%i in ('date /t') do (set DAY=%%i)&(set MM=%%j)&(set DD=%%k)&(set YY=%%l)