1.

Solve : Batch file opening one autorun.exe after another??

Answer»

Here is the file I am using.

[autorun]
open=Autorun\Autorun.exe
wait open=Autorun.exe
icon=Start.icoAutorun files contain directives used by Windows when media is INSERTED or CHANGED in a CD or DVD drive. They have a .inf extension and contain no executable code. BATCH files contain code that can be interpreted by the command shell.

While autorun files can LAUNCH a batch file, batch files cannot launch an autorun file.

What are you trying to do?



Note: wait is not a VALID keyword in an autorun file.



Discussion

No Comment Found