Sparx Systems Forum

Enterprise Architect => General Board => Topic started by: dowser on August 11, 2016, 06:06:06 am

Title: Scripting - call a Windows shell
Post by: dowser on August 11, 2016, 06:06:06 am
Hello,

is it possible to call from the inside of the EA (scripting) a Windows shell (cmd)?
I'd like to call GIT scripts. ;-) and I can't find anything in the documentation.

It is not the question if i can do it from outside (.net or java).

Thanks,

Alex
Title: Re: Scripting - call a Windows shell
Post by: qwerty on August 11, 2016, 06:15:55 am
Try this: http://stackoverflow.com/questions/11501044/i-need-execute-a-command-line-in-a-visual-basic-script (http://stackoverflow.com/questions/11501044/i-need-execute-a-command-line-in-a-visual-basic-script) (no idea if it will work)

q.
Title: Re: Scripting - call a Windows shell
Post by: Geert Bellekens on August 11, 2016, 06:08:04 pm
I can confirm that in general this works without any issues.
I do a lot of similar stuff.

Geert