Just a note about the on the "Making .zargo-file clickable (on Windows)" instructions (http://argouml-stats.tigris.org/documentation/quick-guide-0.24/ch02s05.html)

These won't work on vista and in fact you'll get into quite a mess if you try to follow them - with registry hacks needed to fix it.

You can get it working as follows though.

1) Create a batch file "runargo.bat" in your ArgoUML directory which looks something like this

   @echo off
   cd "C:\ArgoUML"
   start javaw -cp "argouml.jar" org.argouml.application.Main %1 /B


replacing "C:\ArgoUML" as appropriate.

2) Associate your .zargo files with this batch file (just double-click a .zargo file and follow the instructions)


Allan

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to