You are here

Dia diagram editor

3 posts / 0 new
Last post
Darth GTB
Darth GTB's picture
Offline
Last seen: 13 years 10 months ago
Joined: 2008-05-02 11:46
Dia diagram editor

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

alanbcohen
Offline
Last seen: 5 years 5 months ago
Joined: 2006-01-04 10:47
I don't know exactly where I

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.

Darth GTB
Darth GTB's picture
Offline
Last seen: 13 years 10 months ago
Joined: 2008-05-02 11:46
ok now i see it already

ok

now i see it already exists...

https://portableapps.com/node/16648

Carpe Noctem

Log in or register to post comments