Search found 1 match
- 06 Sep 2010 22:16
- Forum: DOS Batch Forum
- Topic: Adding or subtracting days from current date
- Replies: 2
- Views: 4868
Adding or subtracting days from current date
Hi, I'm writing an batch file to create report In the batch file iam passing two arguments:startdate and finishdate Ex: startdate=07-sep-2009 finishdate=07-sep-2011 I need to have script that takes command line argument as input and gives me out currentdate last year and current date next year as me...