greenfinch,
A really appreciate your help.
Thank you very much for your cooperation.
Best Regards
Search found 4 matches
- 21 Aug 2008 03:14
- Forum: DOS Batch Forum
- Topic: Handling Dates - Only checking Day and not all Date
- Replies: 6
- Views: 12171
- 19 Aug 2008 04:02
- Forum: DOS Batch Forum
- Topic: Handling Dates - Only checking Day and not all Date
- Replies: 6
- Views: 12171
- 18 Aug 2008 09:55
- Forum: DOS Batch Forum
- Topic: Handling Dates - Only checking Day and not all Date
- Replies: 6
- Views: 12171
1. Check that you have the right date format - if you do echo %date% I assume you date format is dd-mm-yyyy This can vary - mine is dd/mm/yyyy 2. You first section: IF %DATE% EQU 01-01-2008 GOTO NORMAL if %date% GTR 23-09-2008 GOTO SIM The first line is EQU so NORMAL is only used if date = 01-01-20...
- 18 Aug 2008 05:00
- Forum: DOS Batch Forum
- Topic: Handling Dates - Only checking Day and not all Date
- Replies: 6
- Views: 12171
Handling Dates - Only checking Day and not all Date
Hi people, good day. First of all, i apollogize for my English and i would like to congratulate you for this helpful space. I am really newby, working with batch files, and i need to create one to do the following task. I would like to place it on Startup windows section, so it will be checked every...