如何在.erlang配置文件中设置werl.exe窗口大小和位置?

时间:2016-09-29 08:04:27

标签: erlang position window werl.exe

有没有人知道是否有在.erlang配置文件中为werl.exe设置窗口大小和位置?或者将其设置为保持上次的位置?

我已经配置了起始目录并找到了很酷的IO效果。所以我当前的文件看起来像这样:

io:format("C:/Program Files/erl8.0/bin/.erlang\n").
io:format(" ______      _                   \n").
io:format("|  ____|    | |                  \n").
io:format("| |__   _ __| | __ _ _ __   __ _ \n").
io:format("|  __| | '__| |/ _` | '_ \\ / _` |\n").
io:format("| |____| |  | | (_| | | | | (_| |\n").
io:format("|______|_|  |_|\\__,_|_| |_|\\__, |\n").
io:format("                            __/ |\n").
io:format("                           |___/ \n\n").
shell_default:cd("C:/MyDir").

谷歌没有发现这个,所以我希望有人在这里知道!

提前致谢!

0 个答案:

没有答案