I finally found a very good diagram editor... and it could be portable...
this one: http://en.wikipedia.org/wiki/Dia_(software)
http://live.gnome.org/Dia
the best!
i need it all time... i work with this kind of things... and if i have it where i go, it could be the best!
with it you can make since simple organograms to very complex structures!
here some examples: http://live.gnome.org/Dia/Examples
thanks
I don't know exactly where I got this ast year, but here is a batch file that seems to work well...
@ECHO OFF
rem Batch file to set the home-variable if it is not set
rem Uncomment next line and change language code if necessary
rem set LANG=de
SET LC_MESSAGES=en
IF EXIST "%HOME%" goto homevarisset
SET HOME=\Data\Tools\Dia
:homevarisset
rem nothing needs to be done
IF %OS%==Windows_NT goto winnt
start "dia.exe" %1 %2 %3 %4 %5 %6 %7 %8 %9 > nul: 2> nul:
goto end
:winnt
start "dia" /b "dia.exe" %1 %2 %3 %4 %5 %6 %7 %8 %9 > nul: 2> nul:
:end
---
I guess you could compile the batch file into an EXE file that can be picked up by the standard version of the Menu. I am able to use batch files from my menu program.
There was also a DiaPortable version back about two years ago, but it is probably out of date.
ok
now i see it already exists...
https://portableapps.com/node/16648
Carpe Noctem