Help with autorun

  1. #1
    kevinzheng is offline Junior Member

    Question Help with autorun

    I have a problem setting up my flash drive's autorun feature. I made an autorun.inf file. It gives the drive an icon and a label. Do you know how to get it to open a notepad file? I want to be able to plug it in and have a notepad document pop up. How??????????


  2. #2
    Dan Penny is offline Techie7 Staff
    Use this as a model:

    [autorun]
    open = ctrun\ctrun.exe
    icon = ctrun\ctrun.ico
    shell\readme = &ReadMe!
    shell\readme\command = notepad \readme.1st

  3. #3
    kevinzheng is offline Junior Member
    I still don't get the:
    shell\readme = &ReadMe!
    shell\readme\command = notepad \readme.1st
    part. The .txt file is called Notice.txt. It is placed in the AUTORUN folder.

+ Reply to Thread