Running Artemis on MSDOS/Windows Systems

On Windows run Artemis by typing these commands:

cd c:\artemis

art

Here is an alternative way to run Artemis if the art batch file doesn't work for you:

cd c:\artemis

java -Ddiana.install.path=. Diana

Note there should be a space after the word java and before the word Diana.