User Tag List

Page 1 of 2 1 2 LastLast
Results 1 to 10 of 15

Thread: extension idea: Auto starter

  1. #1
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export ModuleSWF Export ModuleInstall Creator ProPatch Maker

    Join Date
    Jun 2006
    Location
    Norway
    Posts
    528
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    extension idea: Auto starter

    I have an idea for an extension- that is, if its not possible to code without an extension.
    The idea is to make a program that you burn to a CD, DVD or whatever. And when you insert this disc the program start automatically. This is cool if you want to make a menu for your CD’s that lets you browse your games or videos.

    So the extension just lets you make an auto starter upon insertion of a disc. [cool]

  2. #2
    Forum Moderator Fusion 2.5 DeveloperAndroid Export ModuleiOS Export ModuleSWF Export ModuleInstall Creator Pro
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Fusion 2.5+ DLC (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)

    Join Date
    Jun 2006
    Location
    England
    Posts
    3,546
    Mentioned
    4 Post(s)
    Tagged
    1 Thread(s)

    Re: extension idea: Auto starter

    Look for autorun.inf (or autorun.ini) on your preferred search engine and you should be able to figure out how to do this without extensions.
    .:::.Joshtek.:::.

  3. #3
    Forum Moderator Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export ModuleXNA Export Module
    Sphax's Avatar
    Join Date
    Jun 2006
    Location
    Paris, France
    Posts
    4,454
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: extension idea: Auto starter

    An extension can't do that because autostart don't work like what you think.

    To create an application which autostart you must create a file named "autorun.inf" which contains :
    Code:
    [autorun]
    icon=bidule.exe
    open=bidule.exe
    This file will be in the root of your CD-ROM

  4. #4
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export ModuleSWF Export ModuleInstall Creator ProPatch Maker

    Join Date
    Jun 2006
    Location
    Norway
    Posts
    528
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: extension idea: Auto starter

    Okay. So I make a txt in wordpad that I call "autorun.inf". Then make the file contain:

    [autorun]
    icon=bidule.exe
    open=bidule.exe

    Correct?
    But how wil this file know what exe file to open?

  5. #5
    Clickteam Clickteam
    Jeff's Avatar
    Join Date
    Jun 2006
    Location
    Battle Ground Washington
    Posts
    11,825
    Mentioned
    8 Post(s)
    Tagged
    2 Thread(s)

    Re: extension idea: Auto starter

    The line in the autorun
    open=bidule.exe

    Is the exe it will open - "bidule.exe"
    Of course this EXE needs to be on the CD

  6. #6
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export ModuleSWF Export ModuleInstall Creator ProPatch Maker

    Join Date
    Jun 2006
    Location
    Norway
    Posts
    528
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: extension idea: Auto starter

    Smart and easy. Thanks. I'll be making autorunners now!

  7. #7
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleSWF Export ModuleInstall Creator ProPatch Maker
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Fusion 2.5+ DLC (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)
    DJFuego's Avatar
    Join Date
    Jul 2006
    Location
    UK
    Posts
    1,416
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)

    Re: extension idea: Auto starter

    Auto run can be enabled/disabled in the registry or through the policy editor in windows.

  8. #8
    Forum Moderator Fusion 2.5 DeveloperAndroid Export ModuleiOS Export ModuleSWF Export ModuleInstall Creator Pro
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Fusion 2.5+ DLC (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)

    Join Date
    Jun 2006
    Location
    England
    Posts
    3,546
    Mentioned
    4 Post(s)
    Tagged
    1 Thread(s)

    Re: extension idea: Auto starter

    And you can prevent something from auto-running by holding shift.
    .:::.Joshtek.:::.

  9. #9
    No Products Registered

    Join Date
    Aug 2006
    Location
    Westcountry, UK
    Posts
    862
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: extension idea: Auto starter

    besides how can you automatically run a program from itself when it isn't open ?

  10. #10
    Forum Moderator Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export ModuleXNA Export Module
    Sphax's Avatar
    Join Date
    Jun 2006
    Location
    Paris, France
    Posts
    4,454
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: extension idea: Auto starter

    lol

    "bidule" is a French word for "something". Sorry about that. ^^
    So, like Jeff said, replace bidule.exe by your application name.

Page 1 of 2 1 2 LastLast

Similar Threads

  1. Idea - CUDA Extension
    By Atom in forum Extension Development
    Replies: 2
    Last Post: 15th February 2009, 06:35 PM
  2. Extension idea
    By xhedgehogx in forum Extension Development
    Replies: 11
    Last Post: 20th November 2008, 01:49 PM
  3. extension idea.
    By looner in forum Extension Development
    Replies: 15
    Last Post: 19th March 2007, 06:59 PM

Posting Permissions

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