0
votes
How to convert the value of %USERNAME% to lowercase within a Windows batch script?
download some unix utilities for DOS from http://short.stop.home.att.net/freesoft/unix.htm
and use tr.exe (translate ch …
2
votes
How do I create a batch file timer to execute / call another batch throughout the day
The AT command would do that but that's what the Scheduled Tasks gui is for. Enter "help at" in a cmd window for details.
…
