Results 1 to 11 of 11

Thread: Experts Plz Help me

  1. #1
    crabian is offline Senior Member+
    Last Online
    4th October 2021 @ 09:09 PM
    Join Date
    06 Aug 2007
    Posts
    44
    Threads
    13
    Credits
    1,242
    Thanked: 1

    Exclamation Experts Plz Help me

    Dear Experts
    Assalam O Alaikum!

    Me PDF document Ko CD pr Write krna chahta hoon. Iss me Attached Document(Through Hyperlink) ki index File bani hoi ha. me ya chahta hoon ka index file CD se Autorun ho. i have try this method

    [AutoRun]
    open=Index.pdf

    using notedpad and save with autorun.inf


    Lakin Index file Autorun Nahi ho rahi. Wats the problem

    waiting for your reply

    thanks

    Usman

  2. #2
    notme's Avatar
    notme is offline Senior Member+
    Last Online
    9th January 2018 @ 12:36 PM
    Join Date
    17 Nov 2009
    Posts
    316
    Threads
    10
    Credits
    0
    Thanked
    12

    Default

    Quote crabian said: View Post
    Dear Experts
    Assalam O Alaikum!

    Me PDF document Ko CD pr Write krna chahta hoon. Iss me Attached Document(Through Hyperlink) ki index File bani hoi ha. me ya chahta hoon ka index file CD se Autorun ho. i have try this method

    [AutoRun]
    open=Index.pdf

    using notedpad and save with autorun.inf


    Lakin Index file Autorun Nahi ho rahi. Wats the problem

    waiting for your reply

    thanks

    Usman
    autorun inf k parameters yahan se dekhlo
    http://autorun.moonvalley.com/autoruninf.htm

    mazeed details yahan say dekho
    http://www.phdcc.com/shellrun/autorun.htm

  3. #3
    mohammadhanif14's Avatar
    mohammadhanif14 is offline Advance Member
    Last Online
    9th October 2023 @ 04:12 PM
    Join Date
    29 Nov 2010
    Location
    where i am
    Gender
    Male
    Posts
    1,701
    Threads
    200
    Credits
    394
    Thanked
    220

    Default

    Create a CD that will autorun

    To create a CD that will auto-run is actually very simple. All you need to do is to create the file ‘AUTORUN.INF’ in the CD's root directory and put some simple commands in the file to indicate what you want to be auto-run. The file ‘AUTORUN.INF is a simple text file - so use notepad to edit it.

    The ‘AUTORUN.INF’ file must start with the following line:

    [autorun]

    It can then include any of the following (optional) commands - with each command placed on a separate line:
    icon=icon.ico Specifies the name of the icon file that will be used by explorer as the icon for that CD.

    This may be the name of an executable file that contains an icon. If the executable contains more than one icon then an optional index field can be specified to indicate which icon to use:

    icon=iconfile,index

    label=text label Text label that will be displayed against the CD within explorer.
    open=exefile Specifies the command that is to be autorun when the CD is first inserted. It may include a path and any arguments.
    ShellExecute=datafile Specifies an application or data file that is to be opened. Windows will launch the application associated with that file type to open the datafile.

    Note: ShellExecute is not supported under older versions of Windows (i.e. under Windows 95 or Window 98).

    For example to create a CD that will autorun the program ‘setup.exe’ would require an AUTORUN.INF file similar to:

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

    To create a CD that will autorun to open the html file ‘index.htm’ would require:

    [autorun]
    ShellExecute=index.htm
    icon=index.htm

    However, since some older versions of Windows do not support ‘ShellExecute’ a less elegant alternative would be:

    [autorun]
    open=command /c start index.htm
    icon=index.htm

    Be aware that the use of ‘command’ and ‘start’ restrict this to machines running Windows.

  4. #4
    mohammadhanif14's Avatar
    mohammadhanif14 is offline Advance Member
    Last Online
    9th October 2023 @ 04:12 PM
    Join Date
    29 Nov 2010
    Location
    where i am
    Gender
    Male
    Posts
    1,701
    Threads
    200
    Credits
    394
    Thanked
    220

    Default

    To create a CD where your index.html HTML file automatically appears in the default web browser when your CD is inserted into a customer's computer, create/burn a CD with the following files in the root of the CD:

    autorun.inf
    winopen.exe
    index.html

    Where index.html is an HTML file that you have created, winopen.exe is the WinOpen program, and autorun.inf is a file created by you (or use this example file) that looks like:

    [autorun]
    open=winopen \index.html
    label=Acme Product Manual
    action=View Acme Product Manual
    icon=acme.ico

    That is all you need!

  5. #5
    crabian is offline Senior Member+
    Last Online
    4th October 2021 @ 09:09 PM
    Join Date
    06 Aug 2007
    Posts
    44
    Threads
    13
    Credits
    1,242
    Thanked: 1

    Default

    Thanks brother! i have read. problem exe banay ka ha. index file ki extension pdf ha ya tab chaly gi jab executeable exe bani. now problem is how to make pdf to exe

  6. #6
    crabian is offline Senior Member+
    Last Online
    4th October 2021 @ 09:09 PM
    Join Date
    06 Aug 2007
    Posts
    44
    Threads
    13
    Credits
    1,242
    Thanked: 1

    Default

    thanks adnan bhai. i try ur method.

  7. #7
    notme's Avatar
    notme is offline Senior Member+
    Last Online
    9th January 2018 @ 12:36 PM
    Join Date
    17 Nov 2009
    Posts
    316
    Threads
    10
    Credits
    0
    Thanked
    12

    Default

    Quote crabian said: View Post
    thanks adnan bhai. i try ur method.
    ap autorun.exe use ker lo yeh ap k liye best rahe ge yahan say tareeka bhe dekho aur download karo its simple to use

    http://www.tarma.com/products/autorun/index.htm


    The basic autorun.inf would look like this:
    [autorun]
    open=autorun.exe index.pdf
    icon=myicon.ico

  8. #8
    crabian is offline Senior Member+
    Last Online
    4th October 2021 @ 09:09 PM
    Join Date
    06 Aug 2007
    Posts
    44
    Threads
    13
    Credits
    1,242
    Thanked: 1

    Default ITDunya Zindabad

    thanks to all experts specially adnan bhai.

    i have done using Shellexecute Commands

    Thanks IT Dunya.

  9. #9
    mohammadhanif14's Avatar
    mohammadhanif14 is offline Advance Member
    Last Online
    9th October 2023 @ 04:12 PM
    Join Date
    29 Nov 2010
    Location
    where i am
    Gender
    Male
    Posts
    1,701
    Threads
    200
    Credits
    394
    Thanked
    220

    Default

    Quote crabian said: View Post
    thanks to all experts specially adnan bhai.

    i have done using Shellexecute Commands

    Thanks IT Dunya.

    Adnan bhai kon hi is thread mein...?

  10. #10
    neox is offline Junior Member
    Last Online
    16th December 2010 @ 11:12 PM
    Join Date
    30 Nov 2010
    Age
    36
    Gender
    Male
    Posts
    10
    Threads
    2
    Credits
    0
    Thanked
    0

    Default

    bare baat hai janab

  11. #11
    sAjjjAn m3m0n is offline Senior Member+
    Last Online
    28th August 2012 @ 08:27 PM
    Join Date
    16 Feb 2010
    Location
    hyderabad, sindh
    Age
    30
    Posts
    420
    Threads
    62
    Credits
    1,025
    Thanked
    15

    Default

    Quote mohammadhanif14 said: View Post
    To create a CD where your index.html HTML file automatically appears in the default web browser when your CD is inserted into a customer's computer, create/burn a CD with the following files in the root of the CD:

    autorun.inf
    winopen.exe
    index.html

    Where index.html is an HTML file that you have created, winopen.exe is the WinOpen program, and autorun.inf is a file created by you (or use this example file) that looks like:

    [autorun]
    open=winopen \index.html
    label=Acme Product Manual
    action=View Acme Product Manual
    icon=acme.ico

    That is all you need!
    100000000000000000000000000000000000000000000% agree..

Similar Threads

  1. flash problem jaldi experts please mobile experts kahan hein
    By lovtam in forum Mobile phones problems and Help Zone
    Replies: 2
    Last Post: 19th September 2012, 11:09 AM
  2. it experts and software experts help kr
    By djlink in forum Mobile phones problems and Help Zone
    Replies: 1
    Last Post: 19th January 2011, 08:16 PM
  3. Replies: 6
    Last Post: 3rd September 2009, 06:54 AM
  4. Experts And VB Experts plz plz click here
    By ghouri67 in forum Ask an Expert
    Replies: 1
    Last Post: 23rd December 2007, 01:47 PM

Bookmarks

Posting Permissions

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