Skip to content

Instantly share code, notes, and snippets.

@neocotic
neocotic / timediff.bat
Last active January 19, 2021 20:20
Time Difference Calculator
:: Time Difference Calculator
::
:: Copyright 2011, [neocotic](http://github.com/neocotic)
:: Released under the MIT License
:: http://en.wikipedia.org/wiki/MIT_License
@echo off
setLocal enableDelayedExpansion
:: To be returned when script ends
@neocotic
neocotic / ini.bat
Last active January 19, 2021 20:20
INI File Utilities
:: INI File Utilities
::
:: Copyright 2011, [neocotic](http://github.com/neocotic)
:: Released under the MIT License
:: http://en.wikipedia.org/wiki/MIT_License
@echo off
setLocal enableDelayedExpansion
:: Declares required constants