Results 1 to 3 of 3

Thread: Auto Run files

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Jun 2001
    Location
    UK
    Posts
    158

    Auto Run files

    Any Idea how to run a Exe on a CD to autorun..?
    [vbcode] On Error GoTo VBForums[/vbcode]
    www27.brinkster.com/muditha

  2. #2
    Evil Genius alex_read's Avatar
    Join Date
    May 2000
    Location
    Espoo, Finland
    Posts
    5,538
    Do a search for autorun with my name on these forumns.
    You need to create an autorun.inf file on the cd, and I don't have the syntax for it here, but have posted it many times before ...

    Please rate this post if it was useful for you!
    Please try to search before creating a new post,
    Please format code using [ code ][ /code ], and
    Post sample code, error details & problem details

  3. #3
    -= B u g S l a y e r =- peet's Avatar
    Join Date
    Aug 2000
    Posts
    9,629
    not sure what u want here, but I think its an autorun.inf file.

    make a new file in notepad

    add this :

    Code:
    [autorun]
    OPEN=setup.exe
    ICON=test.ico
    burn this file along with u'r setup and icon...

    when the cd is inserted, setup.exe is automatically ran.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width