2

I've created a SED file With iexpress. My question is how can I create a package Automatically with SED file using iexpress. I'm trying (command line) :

iexpress mysed.sed

But it opens up the iexpress software And I want it create my package automatically.

Danny
  • 161
  • 1
  • 2
  • 7

1 Answers1

3

Add the /N option:

iexpress /n mysed.sed
Paul Dempsey
  • 639
  • 3
  • 19