[GiDlist] Seeing code execution

Moderator: GiD Team

Post Reply
Farzam, Arash

[GiDlist] Seeing code execution

Post by Farzam, Arash »

Hi All,

My GiD batch file calls a code and executes it. Is there any way I can see the execution box of the code?
At the end of execution, the code asks:
"Press any key to continue" when it is not under GiD and needs to push any key o exit the execution. How can I make GiD exit the program after execution is complete?

Best Regrads,
Arash Farzam
User avatar
escolano
Posts: 1922
Joined: Sun Sep 05, 1982 10:51 pm

[GiDlist] Seeing code execution

Post by escolano »

You can invoke GiD in batch mode, to run without any window, with the -n
flag, then I expect that it won't ask for the 'press key' and will exit at
the end
(off course if your finish the bacth file with the "Mescape Quit Yes"
command, to exit GiD,)

gid.exe -b 'your_batch.bch' -n


----- Original Message -----
From: "Farzam, Arash" farzam at okstate.edu
To: GiDlist at listas.cimne.upc.edu
Sent: Thursday, June 16, 2011 3:15 AM
Subject: [GiDlist] Seeing code execution


Hi All,

My GiD batch file calls a code and executes it. Is there any way I can see
the execution box of the code?
At the end of execution, the code asks:
"Press any key to continue" when it is not under GiD and needs to push any
key o exit the execution. How can I make GiD exit the program after
execution is complete?

Best Regrads,
Arash Farzam
_______________________________________________
GiDlist mailing list
GiDlist at listas.cimne.upc.edu
http://listas.cimne.upc.edu/cgi-bin/mailman/listinfo/gidlist
Post Reply