I have two NT servers, v4.0, that I need to run verified backups on; I scheduled the backups using the AT command and ntbackup, no problem. However, on one server I need to stop the SQLServerAgent and MSSQLServer services, and on the other I need to stop two services named DiskXtender Agent and DiskXtender Server. The backup will run and (the idea is that) it will verify OK, then the services will be restarted. I was planning on making one VB executable for each server, using the AT command to schedule it, and passing a command-line switch to tell the VB executable to start or stop its appropriate services. Is it possible to write VB code to start and stop individual NT services?