Here is some more detailed information about the scripts I have written. I do not consider myself a programmer, I create these little programs as experiments to have a play with the language, or to solve a problem for myself. I would gladly accept pointers from others to improve the code and make it more efficient, or simplify the code. If you would like to make any comments then please feel free to email me at [email protected].
In the scripts the comments etc are lined up correctly when they are viewed in Notepad++. This is what I use to code batch scripts.
Script | Description | Usage |
---|---|---|
defragment.bat | This script is used to schedule a defragmentation of the Windows platform. | defragment.bat |
doskey.bat | This script demonstrates how to use aliases on the command line. | doskey.bat |
iTunes.bat | This script backs up the iTunes library on an external drive. | iTunes.bat |
lockPC.bat | This script is used to lock the computer easily. | lockPC.bat |
logOff.bat | This script terminates the session on the PC. | logOff.bat |
openCMD.bat | This script opens a new CMD window. | openCMD.bat |
puttyBackup.bat | This script backs up all your PuTTY sessions to a .reg file. | puttyBackup.bat |
startup.bat | This script allows some services and programs to start automatically. | startup.bat |
whereis.bat | This script shows the path of a program. | whereis.bat <program name> |