Author Topic: Command Line extraction  (Read 3820 times)

Erik

  • EA Novice
  • *
  • Posts: 17
  • Karma: +0/-0
    • View Profile
Command Line extraction
« on: March 11, 2009, 08:13:32 am »
It would be cool if there where a few command line switches that could be used to generate a html web site or a rtf document automatically.

We could then use this in a automated script.

Dermot

  • EA Administrator
  • EA User
  • *****
  • Posts: 591
  • Karma: +7/-0
    • View Profile
Re: Command Line extraction
« Reply #1 on: March 12, 2009, 12:31:48 pm »

Erik

  • EA Novice
  • *
  • Posts: 17
  • Karma: +0/-0
    • View Profile
Re: Command Line extraction
« Reply #2 on: March 19, 2009, 12:01:09 am »
I looked rapidly at the page you mentionned and can`t find anything where i could type : ea /htmlsite:model/business/componentView

Thanks, Erik.

Makulik

  • EA User
  • **
  • Posts: 400
  • Karma: +0/-0
    • View Profile
Re: Command Line extraction
« Reply #3 on: March 19, 2009, 01:07:36 am »
Hi Erik,

I think Dermot referred to the methods available through the EA automation interface. To use this functionality from command line, it's necessary to write a little program (e.g. in VB or C#), that actually calls the automation interface. Shouldn't be much effort to do so ...

WBR
Günther

Erik

  • EA Novice
  • *
  • Posts: 17
  • Karma: +0/-0
    • View Profile
Re: Command Line extraction
« Reply #4 on: March 19, 2009, 01:52:16 am »
Yep, that`s a little piece of code I`ve been writing for each and everyone of my clients.

The problem is, the code doesn`t belong to me, but to my clients, so I end up writing the same thing over and over.

I am a .net programmer, but i go to a client that doesn`t use .net, i don`t have the tools to write this program, and then the problem starts.