Entry 3423
Batch file test
Submitted by Dolmen
on March 23, 2010 at 11:24 a.m.
Language: Batchfile. Code size: 149 bytes.
@echo off :: Comment for /F "eol=; delims=/ tokens=3,2,1 usebackq=1" %%i in (`date /T`) do set DATE=%%j-%%k-%%i ( echo A echo B ) > a.txt
This snippet took 0.01 seconds to highlight.
Back to the Entry List or Home.