Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: Is there anyway to autorun two files on autorun.inf  (Read 2720 times)

0 Members and 1 Guest are viewing this topic.

shrshr429

    Topic Starter


    Beginner

    Is there anyway to autorun two files on autorun.inf
    « on: August 18, 2009, 02:16:38 PM »

    I have to files an .exe file and a .wav file

    Is there anyway i can make both these files autorun at the same time from an autorun.inf file.

    At first I tried
    [autorun]
    open=load.exe
    open=song.wav
    By doing this, it only open the exe file.

    Then I tried
    [autorun]
    open=song.wav, load.exe
    By doing this, nothing happen at all. Please help.

    BC_Programmer


      Mastermind
    • Typing is no substitute for thinking.
    • Thanked: 1140
      • Yes
      • Yes
      • BC-Programming.com
    • Certifications: List
    • Computer: Specs
    • Experience: Beginner
    • OS: Windows 11
    Re: Is there anyway to autorun two files on autorun.inf
    « Reply #1 on: August 19, 2009, 07:07:14 AM »
    we've been over this... use a batch file, and start the two programs from the batchfile.
    I was trying to dereference Null Pointers before it was cool.