A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: open ie with bat file

  1. #1
    Senior Member
    Join Date
    Aug 2003
    Posts
    325

    open ie with bat file

    does anyone know what command i would use to open internet explorer with a bat file and send the user to my site.

    im thinking if i use proxy.exe as the .exe to start this off i could change the icon to my own and place it on the user desktop for easy access to my site.

    any ideas welcome.

  2. #2
    Flash Gordon McUsher's Avatar
    Join Date
    Mar 2001
    Location
    Krautland
    Posts
    1,560
    Why not simply use

    getURL("http://www.yoursite.com");

    Because i would be annoyed, if some application opens up IE,
    as my standard browser is FF..
    My letters on the F1 key have faded, how are yours today?

  3. #3
    Lifetime Friend of Site Staff Northcode's Avatar
    Join Date
    Dec 2000
    Location
    Whitehorse YT
    Posts
    3,766
    getURL is the way to go in Flash, it's built right in. The only reason to use my proxy utility would be if you needed additional functionality (like making the browser window topmost or something).

    In any case, if you use the following command in a BAT file it should open in the default browser.

    Code:
    start http://www.northcode.com

  4. #4
    Senior Member
    Join Date
    Aug 2003
    Posts
    325

    thanks chaps

    it done the trick

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

HTML5 Development Center