User Guide

ERD Commander 2000
Winternals Software LP Page 39
6.28 RMDIR/RD
Removes (deletes) a directory.
Syntax RMDIR [/S] [/Q] [drive:]path
RD [/S] [/Q] [drive:]path
Switches /S
Removes all directories and files in the specified in
addition to the directory itself. Used to remove a
directory tree
/Q
Quiet mode, do not ask if ok to remove a directory tree
with /S
6.29 SERVICE
Displays and modifies service startup settings.
Syntax SERVICE
SERVICE [service]
SERVICE [service] [start]
Notes Service
Specifies the name of the service to display
Start
Specifies the new start type; can be one of:
Auto Start at Win32 startup
manual Manually start
Disabled Do not start
The REGISTRY command must be used first to initialize Registry support.
Typing SERVICE with no parameters will list information for all services.
To disable a service that is preventing a Windows NT/2000 installation from
successfully booting you would enter “SERVICE servicename disabled”.
You can use the DEVICE command to change the start options on devices.