Results 1 to 4 of 4

Thread: DOS Batch Files

Threaded View

  1. #1

    Thread Starter
    Frenzied Member DeadEyes's Avatar
    Join Date
    Jul 2002
    Posts
    1,196

    Resolved DOS Batch Files

    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)
    Last edited by DeadEyes; Jun 10th, 2005 at 03:57 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width