0

I'd like to know if there is any way to get a batch file to generate a .exe file with Iexpress for example. For example with a .sed file launch iexpress to instantly generate the .exe

MangO_O
  • 393
  • 1
  • 3
  • 15

1 Answers1

1

Very Easy (Type Iexpress /? for more info):

Iexpress /N Sedfile.sed

Add a /q after the /n to make it work in quit mode.

Mona

Monacraft
  • 6,510
  • 2
  • 17
  • 29