A script to delete the printers installed on a computer can be very useful to a business's IT department. Constructing such a script with VBScript only requires a few lines of code, so if you are ...
I'm not sure if it's possible in any other scripting language, but using the file system object in VBScript you can essentially read in the lines, do what you want with it and replace the old file ...