Author: mvw Date: 2008-01-13 05:04:31-0800 New Revision: 14039 Modified: trunk/documentation/quick-guide/qstart-installation.xml
Log: Fix for issue 4733. Modified: trunk/documentation/quick-guide/qstart-installation.xml Url: http://argouml.tigris.org/source/browse/argouml/trunk/documentation/quick-guide/qstart-installation.xml?view=diff&rev=14039&p1=trunk/documentation/quick-guide/qstart-installation.xml&p2=trunk/documentation/quick-guide/qstart-installation.xml&r1=14038&r2=14039 ============================================================================== --- trunk/documentation/quick-guide/qstart-installation.xml (original) +++ trunk/documentation/quick-guide/qstart-installation.xml 2008-01-13 05:04:31-0800 @@ -243,7 +243,7 @@ </sect1> <sect1> - <title>Making .zargo-file clickable (on Windows)</title> + <title>Making .zargo-file clickable (on Windows XP)</title> <sect1info> <authorgroup> <author> @@ -257,7 +257,7 @@ <para> <!-- This is issue 4733 --> We have reports that this isn't working on Windows Vista. -Please don't try it there. +Please don't try it there - see the next chapter instead. </para> </warning> <para> @@ -302,6 +302,33 @@ </para> </sect1> + <sect1> + <title>Making .zargo-file clickable (on Windows Vista)</title> + <sect1info> + <authorgroup> + <author> + <firstname>Allan</firstname> + <surname>Todd</surname> + </author> + </authorgroup> + </sect1info> + + <para>1) Create a batch file "runargo.bat" + in your ArgoUML directory which looks + something like this: + <command> + @echo off</command> + <command> + cd "C:\ArgoUML"</command> + <command> + start javaw -cp "argouml.jar" org.argouml.application.Main %1 /B</command> + replacing "C:\ArgoUML" as appropriate. + </para> + + <para>2) Associate your .zargo files with this batch file + (just double-click a .zargo + file and follow the instructions).</para> + </sect1> </chapter> <!-- Local stuff for Emacs - please do not delete --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
