progams to disk

Discussion in 'PC hardware help' started by sammy004, Jul 11, 2005.

  1. sammy004

    sammy004 Member

    Joined:
    May 20, 2005
    Messages:
    68
    Likes Received:
    0
    Trophy Points:
    16
    Hi guys can anyone tell me how I can put a program that I downloaded and put it on a dish so when I put in the disk it would just start automaticly. the program is a WinRAR Zip file.
     
  2. furydog

    furydog Member

    Joined:
    Jun 26, 2005
    Messages:
    48
    Likes Received:
    0
    Trophy Points:
    16
    If its a rar. file you have to un zip it and save it in a folder then just use nero burning rom to make a bootable disc. Search the guides section and you should a more comprehensive explanation.
     
  3. sammy004

    sammy004 Member

    Joined:
    May 20, 2005
    Messages:
    68
    Likes Received:
    0
    Trophy Points:
    16
    so if i do it like that i can take that disk to another computer and the program would start automaticlly.
     
  4. baabaa

    baabaa Active member

    Joined:
    Jan 7, 2003
    Messages:
    1,768
    Likes Received:
    0
    Trophy Points:
    66
    Only .exe files can be autorun (I think).
    What you would need to is unzip the files into a folder (there must be an executable program there to autorun).

    Then make a file in notepad:

    Create an autorun.inf by clicking Start, Run, type notepad and press enter.

    In notepad type:

    [autorun]
    open=setup.exe
    icon= icon.ico

    In the above paragraph where open is located if your CD has an executable which you would like to run automatically you would need to type it into this line. Next is the icon statement, if you would like your own icon for the CD place the name of the icon file into this path.

    Once the above three lines have been typed save the file as autorun.inf and exit.

    Using the executable from your unzipped files should then invoke it and run it upon insertion.............................
     
  5. sammy004

    sammy004 Member

    Joined:
    May 20, 2005
    Messages:
    68
    Likes Received:
    0
    Trophy Points:
    16
    "In the above paragraph where open is located if your CD has an executable which you would like to run automatically you would need to type it into this line."

    What do you mean by this would i type my cd drive letter.???
     
  6. baabaa

    baabaa Active member

    Joined:
    Jan 7, 2003
    Messages:
    1,768
    Likes Received:
    0
    Trophy Points:
    66
    When you have unzipped your files, there has to be a file that has an executable extension - ie start.exe or similar but must have .exe as the extension.

    Then on this line - open=start.exe would be typed.

    This line points to open up the start.exe - thus invoking it and running the exe file.
     
  7. sammy004

    sammy004 Member

    Joined:
    May 20, 2005
    Messages:
    68
    Likes Received:
    0
    Trophy Points:
    16
    there is a file that just says setup when i click it the program begins to load. so would I write it like this in notepad. and add the notepad file to that file?

    [autorun]
    open=setup.exe
    icon= icon.ico

     
  8. baabaa

    baabaa Active member

    Joined:
    Jan 7, 2003
    Messages:
    1,768
    Likes Received:
    0
    Trophy Points:
    66
    correct...........

    Open notepad, type in that and then save it as autorun.inf

    Then just burn that file AND all of the others you unzipped onto a cd.

    Do not place those files in a folder and burn the folder, just burn the files to disc..........................
     
    Last edited: Jul 13, 2005

Share This Page