|  |     We have used the srvany.exe and instsrv.exe from the NT resource kit. 
    The command would be instsrv "notes server name" srvany.exe
    domain/administrator password. The usage is documented in the
    srvany.wri in the resource kit. This will install a service that points
    to srvany.exe. Next you'll have to edit the registry under
    HKEY_Local_machine/current control/control/services/Notes Server Name/
    Add a key called Parameters/ Under parameters add 2 values Application
    and AppDirectory. Under Application point to the the nserve.bat file
    for that partition an example would be f:\notes\data\nserve.bat. Under
    the AppDirectory ent the notes data directory f:\notes\data. Do the
    same for any additional partitions.  To shut the notes server down
    gracefully we have copied the nserve.bat to kserve.bat and added a -q
    to the command line f:\notes\data\aserver.exe -q . 
     Another command line parameter that you may find useful is
    f:\notes\aserver.exe =f:\notes\data\notes.ini. This allows you to
    specficy which notes.ini aserver.exe or nserver.exe to use. This does
    not work with aservice.exe or nservice.exe which is why we had to use
    the srvany.exe from the resource kit. I hope this helps, any problems
    let me know.
    						Ken Bell
    						EPS::BELLK
 |