Mapping Printers for network use
July 10, 2009 by admin
Filed under MS SBS2003, Printer Problems, Scripts
This is what you need to put in your batch script.
You can call the batch file from your SBS2003 User properties setup, or just copy it into your Startup folder on the users computer.
net use lpt2: /deletenet use lpt3: /deletenet use lpt2: \\ServerName\printersharename /persistent:yesnet use lpt3: \\ServerName\otherprintersharename /persistent:yes
Happy Printing
Backup your MySQL Database
July 2, 2009 by admin
Filed under Backup, MS SBS2003, MS Win2K3, MS WinXP Pro, MySQL, Scheduled Tasks, Scripts
Ok, so you have a MySQL installation, and you want to backup your precious data, but you don’t know how.
My Solution has some dependancies.
a. Install your SQL application as a Service, so that you can start and stop it on scheduled command. You will need to do your own research to learn how [...]
