Book a Demo

Author Topic: Running a EA Script from Command Line  (Read 3025 times)

Paul Vermette

  • EA Novice
  • *
  • Posts: 13
  • Karma: +0/-0
    • View Profile
Running a EA Script from Command Line
« on: January 24, 2019, 09:06:17 am »
Is there a way from the command line to launch and run a script?

example: "ea.exe myscript.vb"

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: Running a EA Script from Command Line
« Reply #1 on: January 24, 2019, 09:21:05 am »
No, but you can do the opposite.

cscript myscript.vb

Where myscript.vb contains

set repository = CreateObject("EA.Repository")