#!/bin/bash

# Contributed to the boxbackup project by Per Reedtz Thomsen. pthomsen@reedtz.com

# This script removes the 'boxbackup' service from the Windows service manager
# using the cygrunsrv utility. 

# Date      Who                      Comments
# 20041005  pthomsen@reedtz.com      Created 

cygrunsrv -R boxbackup

echo "Service \"boxbackup\" removed."



syntax highlighted by Code2HTML, v. 0.9.1