We support Microsoft® .NET Framework 2.0 & 1.1, all versions of Access, SQL 2000, SQL 7.0, SQL 2005 Express, SOAP, FrontPage 2002, 2003, Visual Studio 2005, Index Server, XML, UDDI, & Mobile device support. We also offer great third party tools like SmarterMail, Merak Mail, SmarterStats, PHP, Perl, MySql, DeepMetrix Livestats XSP 8.0.

 

We support Microsoft® .NET Framework 2.0 & 1.1, all versions of Access, SQL 2000, SQL 7.0, SQL 2005 Express, SOAP, FrontPage 2002, 2003, Visual Studio 2005, Index Server, XML, UDDI, & Mobile device support. We also offer great third party tools like SmarterMail, Merak Mail, SmarterStats, PHP, Perl, MySql, DeepMetrix Livestats XSP 8.0.

 

 
 Automated Server Maintenance
Search 

The video content presented here requires JavaScript to be enabled and the latest version of the Macromedia Flash Player. If you are you using a browser with JavaScript disabled please enable it now. Otherwise, please update your version of the free Flash Player by downloading here.

Renaming backups
@REM Renames existing Full Backup file keeping a running 3 days available.
@REM Runs at 12:00 am each day before the backup job runs at 1:00 am
@E:
@cd "E:\system\full"
@if exist "Backup002.bkf" del "Backup002.bkf"
@if exist "Backup001.bkf" ren "Backup001.bkf" "Backup002.bkf"
@if exist "Backup.bkf" ren "Backup.bkf" "Backup001.bkf"
@REM we are done here...
Clean Up Bad Mail and Anti Virus
ECHO This Batch File deletes all unwanted Temporary files from your system
cd C:\Inetpub\mailroot\
del *.* /s /q /f
cd C:\Documents and Settings\All Users\Application Data\Symantec\Symantec AntiVirus Corporate Edition\7.5\Quarantine
del *.* /s /q /f
ECHO Your System is Now Clean
Zipping up Log Files
E:
cd E:\archive\!verbs\
wzzip -r -p -u -ex E:\archive\bak_logs\Log_archive C:\logs\*.log
Renaming Zip files by date
@E:
@cd "E:\Archive\bak_logs\"
ren Log_archive.zip %DATE:~4,2%-%DATE:~7,2%-%DATE:~10,4%-log.zip
Sawmill.zip
 
Copyright© 2003 ActiveServers, Inc.  (509) 444-1025  159 S. Lincoln St. Spokane WA. 99201  Policy | Privacy Policy | Terms of Use