| Revision 29,
283 bytes
checked in by charpi, 4 years ago
(diff) |
|
Install script for Windows.
As for the unix version, bin directory of erlang have to be in the PATH
|
| Line | |
|---|
| 1 | @echo off
|
|---|
| 2 |
|
|---|
| 3 | start /MIN erl -kernel error_logger "{file,\"tester.log\"}" -sname forgetester@localhost -noinput
|
|---|
| 4 | cd ebin
|
|---|
| 5 | erl -make
|
|---|
| 6 | erl -kernel error_logger "{file,\"../forge.log\"}" -sname forgeinstaller@localhost -noinput -s shells install forgetester@localhost -s init stop
|
|---|
| 7 | cd .. |
|---|
Note: See
TracBrowser
for help on using the repository browser.