Timeline for Calculate time difference in Windows batch file
Current License: CC BY-SA 3.0
29 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Mar 8, 2024 at 11:40 | answer | added | mario.q59 | timeline score: 0 | |
| Feb 2, 2024 at 14:08 | answer | added | Sepahrad Salavati | timeline score: 0 | |
| May 9, 2021 at 10:07 | answer | added | mhm313 | timeline score: 1 | |
| Aug 21, 2020 at 0:38 | answer | added | Llewelyn Jones | timeline score: 17 | |
| Dec 15, 2019 at 12:52 | answer | added | Zimba | timeline score: 2 | |
| May 7, 2018 at 6:21 | answer | added | sst | timeline score: 2 | |
| May 14, 2017 at 20:24 | answer | added | AveYo | timeline score: 4 | |
| S Apr 16, 2017 at 6:13 | history | suggested | gregv21v | CC BY-SA 3.0 |
spelling and grammar fixes
|
| Apr 15, 2017 at 19:10 | review | Suggested edits | |||
| S Apr 16, 2017 at 6:13 | |||||
| Jun 25, 2016 at 6:26 | answer | added | Dirk Schiller | timeline score: 3 | |
| May 18, 2015 at 9:18 | answer | added | PHC | timeline score: 1 | |
| S Jan 15, 2015 at 16:26 | history | suggested | karlacio | CC BY-SA 3.0 |
Better to explicit that this is relative to a *windows* batch file on the title
|
| Jan 15, 2015 at 15:56 | review | Suggested edits | |||
| S Jan 15, 2015 at 16:26 | |||||
| Oct 7, 2014 at 7:02 | answer | added | yinon | timeline score: 2 | |
| Jun 20, 2013 at 15:03 | answer | added | Mike Q | timeline score: 23 | |
| Apr 17, 2012 at 7:14 | vote | accept | Danny Gloudemans | ||
| Mar 30, 2012 at 7:05 | answer | added | Danny Gloudemans | timeline score: 52 | |
| Mar 30, 2012 at 0:34 | answer | added | Aacini | timeline score: 80 | |
| Mar 29, 2012 at 11:17 | comment | added | Bali C | @Gynnad Ah yeah I just read your other comments :) Great, Java will make your life much easier! | |
| Mar 29, 2012 at 10:54 | comment | added | Danny Gloudemans | @BaliC thanks mate! I already found it see my fourth posts above! I know it is more complex in a batch file. I'm studing Java, so I know that there are alot more methods then in a batch file. | |
| Mar 29, 2012 at 10:17 | comment | added | Bali C | Maybe something like this - thesysadminhimself.com/2011/03/… - but as others have said it is far more complex in batch than it is in a real programming language | |
| Mar 29, 2012 at 10:04 | comment | added | Danny Gloudemans | I'm using it for testing of the builds where correct. Afterwards I will delete them. It is only a test if they deploy. When they are I will put a Succesful in the HTML file, when it fails I will put a Failed in the HTML file. Then I will delete the plugin. And so for all the plugins. It is not for production or something, it is only to see if it works. And I have now a batch file and it works very nice. So I don't understand why I should go to Powershell or anything other? | |
| Mar 29, 2012 at 9:48 | comment | added | jeb | I agree with Joey, don't write production processes in batch (and I'm a batch fanatic!), it has to much limitations and it's hard to implement complex tasks. I would choose phython/perl or some real language that will work independent of MS (that ensures it will still work in three years) and you can switch even to linux | |
| Mar 29, 2012 at 9:32 | comment | added | Danny Gloudemans | Why use PowerShell if it is also Possible in a batch file? I can use a batchfile in Windows 7, Vista, XP without installing anything. Powershell is only 'standard' on Windows 7. On the other OS's I need to install it.. It will cost more time, while it is possible in a batch file.. | |
| Mar 29, 2012 at 9:28 | comment | added | Danny Gloudemans | I just found the answer I think so. I'm going to try it now: @nusi stackoverflow.com/questions/605522/print-time-in-a-batch-file-milliseconds | |
| Mar 29, 2012 at 9:28 | comment | added | Joey | You could at least use WSH or PowerShell for automation. There are plenty of options nowadays. While I write batch files myself quite often and know how to solve many obscure things it's not a technology you should base a build or deployment process on if you can help it. | |
| Mar 29, 2012 at 9:26 | comment | added | Danny Gloudemans | Why I shouldn't do so? I do serving HTML because I deploy some plugins and the only way to look if the were succesful is to search through the logfile on the word 'succesful'.. And ofcourse I want feedback because it are more then 100 plugins. So I can see witch were succesful and witch failed. Have you any better method? | |
| Mar 29, 2012 at 9:23 | comment | added | Joey | While it is possible (just search for date/time math in batch, honestly) you shouldn't do so. And I probably shouldn't even ask why a batch file is involved in serving HTML content, I guess. | |
| Mar 29, 2012 at 9:21 | history | asked | Danny Gloudemans | CC BY-SA 3.0 |