Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Windows Forms
  4. Creating auto launch for exe on USB drive

Creating auto launch for exe on USB drive

Scheduled Pinned Locked Moved Windows Forms
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    ashok_rgm
    wrote on last edited by
    #1

    HI All, i have an windows application Add.exe . it is stored at in USB drive as follows DriveLetter:\MyApplication\Add.exe now I want to provide an auto launch for Add.exe, so that whenever My USB drive is connected to any PC Add.exe should initiaite. Regards,

    ashok

    L 1 Reply Last reply
    0
    • A ashok_rgm

      HI All, i have an windows application Add.exe . it is stored at in USB drive as follows DriveLetter:\MyApplication\Add.exe now I want to provide an auto launch for Add.exe, so that whenever My USB drive is connected to any PC Add.exe should initiaite. Regards,

      ashok

      L Offline
      L Offline
      Lost User
      wrote on last edited by
      #2

      You'll need to add an "autorun.inf" file to the root of your USB-drive. As simple example of this file;

      [autorun]
      open=myexecutable.exe
      icon=someicon.ico

      For a list of all options look here[^]. If you wants an editor, look here[^].

      I are troll :)

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups