<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii"><meta name=Generator content="Microsoft Word 14 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-reply;
        font-family:"Courier New";
        color:#202020;
        font-weight:normal;
        font-style:normal;
        text-decoration:none none;}
.MsoChpDefault
        {mso-style-type:export-only;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=EN-US link=blue vlink=purple><div class=WordSection1><p class=MsoNormal><span style='font-size:10.0pt;font-family:"Courier New";color:#202020'>On Windows you can place the .erlang and .erlang.cookie files in ERL_TOP\usr. It’s not a per user location but safer then HOME. (By default a service runs as System user and you can try setting HOME in the ‘System variables’ section of the Environment Variables window. Alternatively you can specify a different user for the service, but that user needs ‘Log on as service’ permission.)<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:10.0pt;font-family:"Courier New";color:#202020'><o:p> </o:p></span></p><p class=MsoNormal><span style='font-size:10.0pt;font-family:"Courier New";color:#202020'>For your other question I have no experience but according to the documentation you should try invoking start_erl from erl_srv instead of erl.exe.<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:10.0pt;font-family:"Courier New";color:#202020'><o:p> </o:p></span></p><p class=MsoNormal><span style='font-size:10.0pt;font-family:"Courier New";color:#202020'>Janos<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:10.0pt;font-family:"Courier New";color:#202020'><o:p> </o:p></span></p><p class=MsoNormal><b><span style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'>From:</span></b><span style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'> erlang-questions-bounces@erlang.org [mailto:erlang-questions-bounces@erlang.org] <b>On Behalf Of </b>Wes James<br><b>Sent:</b> Friday, February 08, 2013 11:02 PM<br><b>To:</b> erlang-questions@erlang.org<br><b>Subject:</b> [erlang-questions] two questions -- -boot in erlsrv and .erlang.cookies on windows<o:p></o:p></span></p><p class=MsoNormal><o:p> </o:p></p><div><div><div><p class=MsoNormal style='margin-bottom:12.0pt'>I have -boot working on linux.  Now I'm trying to get it to work with erlsrv for windows.  I put the -boot in the args part of erlsrv, but it doesn't seem to take.  Any ideas how to get this to work?<o:p></o:p></p></div><p class=MsoNormal style='margin-bottom:12.0pt'>Also, I've tried several different folders for .cookie.erlang on windows and I can't get it to take.  Even putting it in my c:\Users\username and run the erlang app, it doesn't seem to be picked up.  If I run with -setcookie, it works fine.  I run "set" on windows in cmd.exe and see the HOME var is  set.  Also, if I can get this to work, where would the .erlang.cookie go when run as a service.  I just ran erl.exe and it did not create an .erlang.cookie in my c:\Users\username folder (after I moved one that I had manually put there).  Is it supposed to create one on windows?<o:p></o:p></p></div><p class=MsoNormal>Thanks,<br><br>Wes<o:p></o:p></p></div></div></body></html>