This walkthrough takes you through starting a Fileshare server as a Windows service. It uses a server configuration file that names the Fileshare server (/s), sets the working directory (/wd), specifies a password file (/pf) - this enables you to utilize FSVIEW, enables synchronous communications (/sc), and sets full tracing (/tr).
Before you start, ensure that you do not have a Fileshare server currently running.
/s server1 /wd C:\fsdir /pf pass.dat /sc /tr f
fs /pf pass.dat /u FSVIEW /pw Meryton
This creates the password file specified by /pf in the configuration file. It is required to use FSView.
fsservice -i FSserv /cf C:\fsdir\fs.cfg
Where FSserv is the name of the service to create.
fsservice -v FSserv
A message stating that the service is currently installed is displayed.
The Services screen appears.