Windows:
You can use the Fileshare Server so that it runs as a Windows service, using the following commands:
fsservice -i [service-name [configuration-options] ] fsservice -u [service-name] fsservice -v [service-name]
Where:
-i | installs the service |
-v | displays the status of the service |
-u | uninstalls the service |
service-name | is optional and is a unique name for the service. The service is called "Micro Focus Fileshare Service:name", where :name is included only if a name is specified. |
configuration-options | are optional and are used to start the Fileshare service. See Fileshare Server Configuration . |
To start the Fileshare service as a background process and to stop it:
You can also choose to start the service automatically whenever Windows starts.
For example, the following command installs a service called "Micro Focus Fileshare Service: My Service", which will execute in the c:\mydir directory and use a Fileshare server name of myserver:
fsservice -i "My Service" /wd c:\mydir /s myserver