<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
Id like to have erlang started in a batch, and execute, say cot2dot.erl:convert().
<p>1) should I create a start() function, and should cot2dot be a server
behaviour?
<p>2) how can i read the arguments passed on the command line (argc, argv
in C),
<br>so i can do
<br>xxx 1 2 3
<br>if xxx is a batch doing erl -scot2dot $1 $2 $3 , and read 1 2 3?
<p>3) how can i improve any performance a load time, like suppressing the
load of .erlang, and should i have the beam in the current dir, or where
?
<p>are where could i find these things  in the doc ?
<p>thks
<br>Luc
<pre>-- 
First, they ignore you.
Then, they laught at you.
Then, they fight you.
Then, you win.

--- Gandhi.</pre>
 </html>