Anyone remember these? I have this command that stores the date in a variable but I don't understand what exactly is going on. Can someone break it down into an idiots guide for me?
for /f %%i in ('date /t') do (set logdate=%%i)
|
Results 1 to 4 of 4
Thread: DOS Batch FilesThreaded View
|
Click Here to Expand Forum to Full Width |