Wow, quick response, tim! I tried
OPEN=PROG1.EXE;PROG2.EXE
ICON=PROG1.EXE;PROG2.EXE
but it only ran PROG1. When I tried
OPEN=PROG1.EXE PROG2.EXE
ICON=PROG1.EXE PROG2.EXE
I got a Windows "Program Not Found" message saying it couldn't find PROG1.EXE;PROG2.EXE (!?), so I think I'll try the batch file idea next.
Main Topics
Browse All Topics





by: tim_holmanPosted on 1999-03-09 at 05:14:38ID: 1738408
[autorun] RUN.EXE 8CD.ICO
OPEN=CDSAMPLE\AUTORUN\AUTO
ICON=CDSAMPLE\AUTORUN\WIN9
for example ?
I've never seen one open 2 executables, but you may be able to point it to a .BAT file which starts 2 executables itself ?
Or, OPEN=autorun.exe autorun2.exe may work ?
Also try a , or a ; in between.