Visualizzazione dei risultati da 1 a 7 su 7

Discussione: auto run

  1. #1
    burzum-war
    Guest

    auto run

    nn capisco xkè quando metto il cd mi esce il seguente errore non è un'applicazione di win32 valida

  2. #2
    Utente di HTML.it L'avatar di Dream
    Registrato dal
    Mar 2000
    Messaggi
    695
    IL cd??

    Nel senso ti da questo errore per qualsiasi cd o solo con uno??

    Potrebbe essere una vecchia applicazione... che sistema operativo hai?? Il cd di quand'è (se è uno solo)??

  3. #3
    burzum-war
    Guest
    scusa ma ho sbagliato a formulare la domanda
    ho creato un cd mettendo questo per farlo partire in automatico
    [autorun]
    open=xxx.pps
    ma mi da quell'errore questa è la prima volta ke creò un cd in autorun...cosa ho sbagliato?

  4. #4
    Utente di HTML.it L'avatar di Gondor
    Registrato dal
    Oct 2000
    Messaggi
    2,722
    Prova ad usare Fast Autorun
    File reality.sys corrupted
    Reboot universe? y/n
    Non arrabbiarti. Tanto un giorno il mondo farà a meno di te

  5. #5
    Devi inserire il nome del programma prima di quello del file.
    Es. = open=POWERPNT.exe NomeFile.XXX

    Per fare le prove ti conviene comunque utilizzare un riscrivibile.

    Buon proseguimento

    Fabio
    Un desiderio si insegue. Una passione si vive!!

  6. #6
    burzum-war
    Guest
    fast auto run l'ho provato ma mi kiede di scaricare un piccolo aggiornamenti power point, ma io ce l'ho già

    Es. = open=POWERPNT.exe NomeFile.XXX

    se invece fosse word avrei dovuto mettere
    = open=word.exe NomeFile.XXX ???

    sono un pò confuso

  7. #7
    Si è così, comunque questo è un documento specifico per i comandi dell'Autorun.inf. E' in inglese e non rispetta la formattazione originale, in quanto è una pagina Html, comunque se hai problemi fammi sapere.

    Fabio

    Autorun.inf Commands
    This document is a reference for the commands that can be used in an Autorun.inf file.
    · icon
    · label
    · open
    · shellexecute
    · shell
    · shell\verb
    icon
    The icon command specifies an icon which represents the AutoRun-enabled drive in the Windows user interface.
    icon=iconfilename[,index]

    Parameters
    iconfilename
    Name of an .ico, .bmp, .exe, or .dll file containing the icon information. If a file contains more than one icon, you must also specify zero-based index of the icon.
    Remarks
    The icon represents the AutoRun-enabled drive in the Microsoft® Windows® user interface. For instance, in Windows Explorer, the drive will have this icon instead of the standard drive icon. The icon's file must be in the same directory as the file specified by the open command.
    The following example specifies the second icon in the MyProg.exe file.
    icon=MyProg.exe,1

    label
    The label command specifies a text label to represent the AutoRun-enabled drive in the Windows user interface.
    label=LabelText

    Parameters
    LabelText
    A text string containing the label. It may contain spaces.
    Remarks
    The label represents the AutoRun-enabled drive in the Microsoft® Windows® user interface. If an icon is also specified, the label will be displayed below it.
    The following example specifies "My Drive Label" as the drive's label.
    label=My Drive Label

    open
    The open command specifies the path and file name of the application that AutoRun launches when a user inserts a disc in the drive.
    open=[exepath\]exefile [param1 [param2] ...]
    Parameters
    exefile
    Fully qualified path of an executable file that will be run when the compact disc is inserted. If only a file name is specified, it must be in drive's root directory. To locate the file in a subdirectory, you must specify a path. You can also include one or more command-line parameters to be passed to the startup application.
    Remarks
    See Tips for Writing AutoRun Startup Applications for further discussion of startup applications.
    shellexecute
    Version 5.0. The shellexecute command specifies an application or data file that AutoRun will use to call ShellExecuteEx.
    shellexecute=[filepath\]filename[param1, [param2]...]

    Parameters
    filepath
    A string containing the fully-qualified path of the directory that contains the data or executable file. If no path is specified, the file must be in the drive's root directory.
    filename
    A string containing the file's name. If it is an executable file, it will be launched. If it is a data file, it must be a member of a file class. ShellExecuteEx will launch the default command associated with the file class.
    paramx
    Any additional parameters that should be passed to ShellExecuteEx.
    Remarks
    This command is similar to open, but it allows you to use file association information to run the application.
    shell
    The shell command specifies a default command for the drive's context menu.
    shell=verb

    Parameters
    verb
    The verb that corresponds to the command. The verb and its associated command must be defined in the Autorun.inf file with a shell/verb command.
    Remarks
    When a user right-clicks the drive icon, a context menu will appear. If an Autorun.inf file is present, the default context menu command is taken from it. This command is also executed when the user double-clicks the drive's icon.
    To specify the default context menu command, first define its verb, command string, and menu text with shell/verb. Then use shell to make it the default context menu command. Otherwise, the default menu item text will be "AutoPlay", which will launch the application specified by the open command.
    shell\verb
    The shell\verb command adds a custom command to the drive's context menu.
    shell\verb\command=Filename.exe
    shell\verb=MenuText

    Parameters
    verb
    The command's verb. The shell\verb\command command associates the verb with an executable file. Verbs must not contain embedded spaces. By default, verb is the text that is displayed in the context menu.
    Filename.exe
    The path and file name of the application that performs the command.
    MenuText
    This parameter specifies the text that is displayed in the context menu. If it is omitted, verb is displayed. MenuText can be mixed-case and may contain spaces. You can set a shortcut key for the menu item by putting an ampersand (&) in front of the letter.
    Remarks
    When a user right-clicks the drive icon, a context menu will appear. Adding shell/verb commands to the drive's Autorun.inf file allows you to add commands to this context menu.
    There are two parts to this command, which must be on separate lines. The first part is shell/verb/command, and is required. It associates a string, called a verb, with the application to be launched when the command is run. The second part is the shell/verb command, and is optional. It can be included to specify the text that is displayed in the context menu.
    To specify a default context menu command, define the verb with shell/verb, and make it the default command with shell.
    The following sample Autorun.inf fragment associates the readit verb with the command string "Notepad abc\readme.txt". The menu text is "Read Me", and 'M' is defined as the item's shortcut key. When the user selects this command, the drive's abc\readme.txt file will be opened with Notepad.
    shell\readit\command=notepad abc\readme.txt
    shell\readit=Read &Me
    Un desiderio si insegue. Una passione si vive!!

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Powered by vBulletin® Version 4.2.1
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved.