From the computer of: seamonkey420
(132 recipes)
Created: Jul 24, 2005
Just copy and paste the text in quotes to a text file. Then rename file test.bat and run from command line to see (echo is on by default).
This can be used in a very powerful way, the FOR command can be reused and changed to query to see if a file exists and then if so create the folder, etc.
for now, lets start basic...
| Quote: |
|
echo on @REM Seamonkey's quick date batch (MMDDYYYY format) @REM Setups %date variable @REM First parses month, day, and year into mm , dd, yyyy formats and then combines to be MMDDYYYY FOR /F "TOKENS=1* DELIMS= " %%A IN ('DATE/T') DO SET CDATE=%%B FOR /F "TOKENS=1,2 eol=/ DELIMS=/ " %%A IN ('DATE/T') DO SET mm=%%B FOR /F "TOKENS=1,2 DELIMS=/ eol=/" %%A IN ('echo %CDATE%') DO SET dd=%%B FOR /F "TOKENS=2,3 DELIMS=/ " %%A IN ('echo %CDATE%') DO SET yyyy=%%B SET date=%mm%%dd%%yyyy% |
Subscribe to the Tech-Recipes Newsletter
You can get tips like this delivered in your email every week!
We will never, ever sell your email address or spam you.
12 Recipe comments: View comments
Windows Batch File (.bat) to get current date in MMDDYYYY fo by wattpuppy
Re: Windows Batch File (.bat) to get current date in MMDDYYY by wanderer
Re: Windows Batch File (.bat) to get current date in MMDDYYY by wanderer
Re: Windows Batch File (.bat) to get current date in MMDDYYYY fo by wattpuppy
Re: Windows Batch File (.bat) to get current date in MMDDYYYY fo by wanderer
Subtract dates by Anonymous
Re: Windows Batch File (.bat) to get current date in MMDDYYYY fo by Anonymous
subtract date from current date by Anonymous
Re: Subtract dates by davak
Script a date then count up days by sfortine
mod this for different date output by dklock
time and date in batch file by SparkByte
Related recipes:
PHP: Print the current year for copyright notices
Subversion: See the Latest Repository Revision Number
AS3: How to Convert Number to String
Java: Decimal Format to Easily Create Custom Output
csh/C shell scripts: for loop syntax
Bourne/bash shell script for loop syntax
Determine if a file is readable by current Bourne shell script user
Load an Icon from an Embedded Resource in .NET
A simple script that waits for a process to complete and then executes a command
Configure Subversion Client to Ignore Certain Files
Sponsored links
Login
Don't have an account yet? You can create one. As a registered user you have some advantages like theme manager, comments configuration and post comments with your name.Search
Tech Recipes
· Home
· Mac OS X
· Solaris
· Windows
· Programming
· UNIX
· Cisco
· MySQL
· Google
· Instant messaging
· Add recipes
· Leave feedback
· Recommend us
· RSS Syndication
Hot recipes
Make XP look like Windows Vista / Longhorn for free!
XP: Small, Free Way to Use and Mount Images (ISO files) Without Burning Them
SMS through E-Mail: Cingular, Nextel, Sprint, T-Mobile, Verizon, Virgin Mobile
Vista: Should I Install 64-bit or 32-bit Version? (x64 vs x86)
How Do I Use or Open Bin, Cue, or ISO Files?
MySpace Hack: View Pictures and Comments on a Private Profile
Hacks to Beat Rapidshare Download Limits and Waiting Time
MySpacé: Hack to Download Any Song on Mysapcé
Who's Online
There are currently, 1922 guest(s) and 0 member(s) that are online.
You are Anonymous user. You can register for free by clicking here
Information
Wish to advertise with us?
All logos and trademarks in this site are property of their respective owner. The comments and forum posts are property of their posters, all the rest © 2003-2007 by QD Ideas, LLC.
Users of this site are legally bound by the Terms and conditions and Disclaimer. Do not use this web site if you do not agree with these policies.
The members, admins, and authors of this website respect your privacy.
Page Generation: 1.03 Seconds
Thu Aug 28 21:11:02 2008