home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 Extra / Chip_Extra_1999.iso / chip / gratis / seagate / utils / bestart.bat next >
DOS Batch File  |  1998-08-13  |  329b  |  13 lines

  1. @echo off
  2.  
  3. net start "Backup Exec 7.x Agent Browser"
  4. net start "Backup Exec 7.x Alert Server"
  5. net start "Backup Exec 7.x Device & Media Service"
  6. net start "Backup Exec 7.x Job Engine"
  7. net start "Backup Exec 7.x Naming Service"
  8. net start "Backup Exec 7.x Notification Server"
  9. net start "Backup Exec 7.x Server"
  10.  
  11. exit
  12.  
  13.