<br><br><div><span class="gmail_quote">2007/4/30, norbertk <<a href="mailto:Norbert.Klamann@projecthome.de">Norbert.Klamann@projecthome.de</a>>:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br><br>4> systools:make_script("example",[{path,Path},{variables,[Var]}]).<br>File not found: "example.rel"<br>error<br>5> file:get_cwd().<br>{ok,"e:/projekte/lm2/erlang/releases/1.0"}
<br>6><br><br>make_scricpt shall create the script, so how can it complain that it does not exist. Or is this a strange CYGWIN related problem, Prompt Nr 5 seems suspicious.</blockquote><div><br> The file that is reported missing is 
example.rel. This is the release file, and it is used as input to make_script(). The resulting script will be called example.script.<br><br>Check if you have a file called example.rel in that location.<br><br>You might want to include the return value of file:list_dir(".") next time.
<br><br>BR,<br>Ulf W<br></div></div>