<pre class="ip-ubbcode-code-pre">for /F "tokens=1 delims=." %i in ("%TIME%") do set currtime=%i for /F "tokens=1 delims=:" %i in ("%currtime%") do set hours=%i for /F ...
I'm trying to do something that seems incredibly simple, but google is giving me conflicting/incorrect solutions. I want a batch script to start two executables and send the output of one to a log ...