Tech Talk by a Kiwi
Posts tagged Script
HOWTO: Convert lots of JPEG images into a movie
Apr 3rd
First, if you are just looking for a script that will do this for you, jump to the code and take what you need. However, this post is a full tutorial that explains not only how it works, but the methodology behind getting it working. If you are impatient, the code block is halfway down…
Howto: Get variable substrings in Bat/Cmd scripts
Jan 31st
In this tutorial I show how to get substrings from environment variables in a DOS shell or Command Prompt environment. We use this to create log files with that days date in the file name using batch scripts. We will then create a script that can be scheduled to defrag a computers drives and output the results to the log file we specify.
