|
| My Cheeseware definition: Software written by armature programmers who only learn enough to get a program written. Source code is not available due to the colorful variable names and programming techniques. I like to program mainly with VB and do so to make my job as a network administrator easier. Most of what I write is text manipulation or data crunching. Most of these are only a page or so of code, which I usually re-wrote when ever I needed them. I finally took the time to compile them. Columns is a small application I wrote to work with batch files. What I was finding was that I could do some amazing things on one machine at a time. I would then create a script for several machines, the problem was adding the same commands to different lines of the script. This app reads an input file one line at a time - adding specified text before and after the original text, then writing the output to a new file. String Finder is a simple program written to help me wade through my log files of my site. I wanted to view what other people were doing with my site I needed a way to filter my log entries out of the master log. This prog will copy either all entries with the selected criteria or entries with out the selected criteria to a new file. Bulk Mail sends e-mail to a list of users one at a time. It sounds dumb but I needed a way to send e-mail to many people and still give them some sense of confidentiality. Nt Pop is an app that sends popup messages to users, like winpopup for 95/98. This prog lists all machines in a domain or you can enter the users SID. Works great with NT, but with 2000 I have found it will not list the machines in a domain unless you have admin access. Event Finder was an application I needed when we had a serious security violation at my previous workplace. I needed a way to filter event log entries more than what NT provides. This app requires the logs to be saved as a text file. You will be able to do simple searches or advanced searches that include Boolean {and, or, not} searches. The results can be displayed to screen or saved to file.
|