ورود

نسخه کامل مشاهده نسخه کامل : اجرای خودکار برنامه.



sltavakoli
02-05-2008, 11:42
سلام.

اگه میشه و براتون زحمتی نیست کلیه ی روش هایی که سبب اجرای خودکار برنامه میشه رو با یه مثال یا ..

توضیح بدین.

مثلا اگه میشه در مورد راهی که باید برنامه رو توی اوتوران قرار بدی یا کلا روش های دیگه توضیح بدببد.

یا حق.

majj
03-05-2008, 08:40
سلام
برای فلش مموری شما میتونید یک فایل اتوران بسازید که با دبل کلیک کردن روی فلش فایل هم اجرا بشه که برای جلوگیری از این عمل فت سیستم رو ان تی اف اس انتخاب میکنن اون موقع دیگه این کار عملی نیست در ضمن به جز فلش برای بقیه درایو ها هم میشه استفاده کد
میتونین فایلتون رو تو پوشه استارت اپ قرار بدین
میتونین فایلتون رو تو رجیستری قرار بدین
میتونین فایلتون رو در داخل فایلهای ini قرار بدین
ویروسهای تحت داس رو قبلا در فایلهای bat قرار میدادن

sltavakoli
03-05-2008, 16:15
سلام
برای فلش مموری شما میتونید یک فایل اتوران بسازید که با دبل کلیک کردن روی فلش فایل هم اجرا بشه که برای جلوگیری از این عمل فت سیستم رو ان تی اف اس انتخاب میکنن اون موقع دیگه این کار عملی نیست در ضمن به جز فلش برای بقیه درایو ها هم میشه استفاده کد
میتونین فایلتون رو تو پوشه استارت اپ قرار بدین
میتونین فایلتون رو تو رجیستری قرار بدین
میتونین فایلتون رو در داخل فایلهای ini قرار بدین
ویروسهای تحت داس رو قبلا در فایلهای bat قرار میدادن

یعنی الان اگه فرمت دیسک ntfs باشه دیگه نمیشه با autorun.inf کار کرد؟

BabyBoy
03-05-2008, 23:02
یعنی الان اگه فرمت دیسک ntfs باشه دیگه نمیشه با autorun.inf کار کرد؟
با اجازه آقاي MAJJ

من همينو توي NTFS هم امتحان كردم كار كرده در ضمن اگه مي خواي فايل توي فلش مموري مثل سي دي خود به خود اجرا بشه و نيازي به دابل كيليك نداشته باشه بايد كد داخل AUTORUN.INF رو عوض كني


برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید


:8:

BabyBoy
03-05-2008, 23:08
اطلاعات بيشتر در مورد INF نوشتن
چون توي MSDN لينك جديدشو نمي دونم خودشو ميزارم


برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

BabyBoy
03-05-2008, 23:10
اطلاعات بيشتر در مورد INF نوشتن
چون توي MSDN لينك جديدشو نمي دونم خودشو ميزارم

Autorun.inf Entries

--------------------------------------------------------------------------------

This topic is a reference for the entries that can be used in an Autorun.inf file. An entry consists of a key and a value.

[AutoRun] Keys
[DeviceInstall] Keys
[AutoRun] Keys
action
icon
label
open
UseAutoPlay
shellexecute
shell
shell\verb
action
The action entry specifies the text that is used in the Autoplay dialog for the handler representing the program specified in the open or shellexecute entry in the media's Autorun.inf file. The value can be expressed as either text or as a resource stored in a binary.

action=ActionText
action=@[filepath\]filename,-resourceID
Parameters
ActionText
Text that is used in the Autoplay dialog for the handler representing the program specified in the open or shellexecute entry in the media's Autorun.inf file.

filepath
A string that contains the fully qualified path of the directory that contains the binary file containing the string. If no path is specified, the file must be in the drive's root directory.

filename
A string that contains the binary file's name.

resourceID
The ID of the string within the binary file.

Remarks
The action key is only used in Microsoft Windows XP Service Pack 2 (SP2) or later. It is only supported for drives of type DRIVE_REMOVABLE and DRIVE_FIXED. In the case of DRIVE_REMOVABLE, the action key is required. An action command in the Autorun.inf file of an audio CD or movie DVD is ignored and these media continue to behave as in Windows XP Service Pack 1 (SP1) and earlier.

The string displayed in the Autoplay dialog is constructed by combining the text specified in the action entry with hard-coded text naming the provider, provided by the Shell. The icon is displayed next to it. This entry always appears as the first option in the Autoplay dialog and is selected by default. If the user accepts the option, the application specified by the open or shellexecute entry in the media's Autorun.inf file is launched. The Always do the selected action option is not available in this situation.

The action and icon keys together define the representation of the application that is seen by the end user in the Autoplay dialog. They should be composed in such a way that users can easily identify them. They should indicate the application to be run, the company that created it, and any associated branding.

For backward compatibility, the action entry is optional for devices of type DRIVE_FIXED. For this type, a default entry is used in the Autoplay dialog if no action entry is present in the Autorun.inf file.

The action entry is mandatory for devices of type DRIVE_REMOVABLE, which until now did not have Autorun.inf support. If no action entry is present, the Autoplay dialog is displayed, but with no option to launch the additional content.

icon
The icon entry 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, together with the label, represents the AutoRun-enabled drive in the Windows user interface. For instance, in Windows Explorer, the drive is represented by 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 entry specifies a text label which represents the AutoRun-enabled drive in the Windows user interface.

label=LabelText
Parameters
LabelText
A text string containing the label. It can contain spaces.

Remarks
The label, together with an icon, represents the AutoRun-enabled drive in the Windows user interface.

The following example specifies the value "My Drive Label" as the drive's label.

label=My Drive Label
open
The open entry 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 runs when the CD 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 pass to the startup application.

Remarks
For more information about startup applications, see Tips for Writing AutoRun Startup Applications.

UseAutoPlay
The UseAutoPlay entry specifies that Autoplay V2 features should be used if supported.

UseAutoPlay=1
Parameters
The UseAutoPlay value should be set to 1 for media that want to use the new Autoplay V2 features on platforms that support it. There are no other values supported.

Remarks
This value was introduced in Windows XP and will have no effect on prior versions of Windows. When this value is present, it will take precedence over the open and ShellExecute values. As with the ShellExecute value, this value should be used with care. It is intended primarily for use with multimedia content for which Autoplay support was added to Windows XP. If the media might be used on earlier versions of Windows, the Autorun.INF file should also provide a value for open, since UseAutoPlay has no effect on Windows versions prior to Windows XP.

To maintain support for existing media using Autoplay V1 features, Autoplay V2 drops back to V1 behavior in some scenarios. If Autoplay V2 finds an Autorun.INF file without a UseAutoPlay=1 entry, or detects an audio CD or a DVD movie, then Autoplay V2 behaves as Autoplay V1 used to behave.

shellexecute
Version 5.0. The shellexecute entry specifies an application or data file that AutoRun will use to call ShellExecuteEx.

shellexecute=[filepath\]filename[param1, [param2]...]
Parameters
filepath
A string that contains 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 that contains the file's name. If it is an executable file, it is launched. If it is a data file, it must be a member of a file class. ShellExecuteEx launches the default command associated with the file class.

paramx
Contains any additional parameters that should be passed to ShellExecuteEx.

Remarks
This entry is similar to open, but it allows you to use file association information to run the application.

shell
The shell entry specifies a default command for the drive's shortcut menu.

shell=verb
Parameters
verb
The verb that corresponds to the menu command. The verb and its associated menu command must be defined in the Autorun.inf file with a shell\verb entry.

Remarks
When a user right-clicks the drive icon, a shortcut menu appears. If an Autorun.inf file is present, the default shortcut menu command is taken from it. This command also executes when the user double-clicks the drive's icon.

To specify the default shortcut menu command, first define its verb, command string, and menu text with shell\verb. Then use shell to make it the default shortcut menu command. Otherwise, the default menu item text will be "AutoPlay", which launches the application specified by the open entry.

shell\verb
The shell\verb entry adds a custom command to the drive's shortcut menu.

shell\verb\command=Filename.exe
shell\verb=MenuText
Parameters
verb
The menu command's verb. The shell\verb\command entry associates the verb with an executable file. Verbs must not contain embedded spaces. By default, verb is the text that is displayed in the shortcut menu.

Filename.exe
The path and file name of the application that performs the action.

MenuText
This parameter specifies the text that is displayed in the shortcut menu. If it is omitted, verb is displayed. MenuText can be mixed-case and can 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 shortcut menu appears. Adding shell/verb entries to the drive's Autorun.inf file allows you to add commands to this shortcut menu.

There are two parts to this entry, which must be on separate lines. The first part is shell/verb/command. It is required. It associates a string, called a verb, with the application to launch when the command runs. The second part is the shell/verb entry. It is optional. You can include it to specify the text that displays in the shortcut menu.

To specify a default shortcut menu command, define the verb with shell/verb, and make it the default command with the shell entry.

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 opens with Microsoft Notepad.

shell\readit\command=notepad abc\readme.txt
shell\readit=Read &Me
[DeviceInstall] Keys
DriverPath
The DriverPath entry specifies a directory to search recursively for driver files. This command is used during a driver installation and is not part of an AutoRun operation. The [DeviceInstall] section is only supported under Windows XP.

[DeviceInstall]
DriverPath=directorypath
Parameters
directorypath
A path to a directory that Windows searches for driver files, along with all of its subdirectories.

Remarks
Do not use drive letters in directorypath as they change from one computer to the next.

To search multiple directories, add a DriverPath entry for each directory as in this example.

[DeviceInstall]
DriverPath=drivers\video
DriverPath=drivers\audio
If no DriverPath entry is provided in the [DeviceInstall] section or the DriverPath entry has no value, then that drive is skipped during a search for driver files.

BabyBoy
03-05-2008, 23:10
ببخشيد اشتباهي دوبار فرستادم

majj
04-05-2008, 09:44
با اجازه آقاي MAJJ

من همينو توي NTFS هم امتحان كردم كار كرده در ضمن اگه مي خواي فايل توي فلش مموري مثل سي دي خود به خود اجرا بشه و نيازي به دابل كيليك نداشته باشه بايد كد داخل AUTORUN.INF رو عوض كني


برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید


:8:

سلام دوست عزیز مدتها بود ندیده بودمتون
ممنون چیز جالی گذاشته بودین

sltavakoli
04-05-2008, 12:59
با اجازه آقاي MAJJ

من همينو توي NTFS هم امتحان كردم كار كرده در ضمن اگه مي خواي فايل توي فلش مموري مثل سي دي خود به خود اجرا بشه و نيازي به دابل كيليك نداشته باشه بايد كد داخل AUTORUN.INF رو عوض كني


برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید


:8:

دستت درد نکنه.خیلی حال کردم.تقریبا نصف پروژم انجام شد.

فقط یه چیزی:

با این کد وقتی یوزر روی ایکون درایو ( مثلا فلش ) کلیک میکنه محتویات داخل فلش مموری نشون داده میشه و

خود فایل باز نمیشه.(فقط وقتی فلش رو میزنی توی usb فایل خودکار باز میشه و با کلیک باز نمیشه)

نمیشه کاری کرد که مثل cd هایی که اتوران دارن با کلیک روی فلش باز هم فایل اجرا بشه؟

دستتون درد نکنه.یا حق.

BabyBoy
05-05-2008, 13:26
این طور نیست عزیز من امتحان کردم!!!

ببین مشکل از کجاست
:8:

BabyBoy
05-05-2008, 13:50
سلام دوست عزیز مدتها بود ندیده بودمتون
ممنون چیز جالی گذاشته بودین

تا وقتی کسایی مثل شما هستند ما که کاره ای نیستیم بخوایم پست بدیم

ولی خب چون دارم NET. کار می کنم فعلا VB6 تعطیله
:8:

BabyBoy
05-05-2008, 14:59
ابته اگه برای اجرای خودکار برنامه موقع استارت آپ هم چیزی میخوای خودم قبلا چند بار گذاشتم یه سرچ برنی پیدا میکنی
:8:

sltavakoli
05-05-2008, 18:42
ضمن تشکر از babyboy

یه سوال مهم دیگه:

چه جوری میشه برنامه توی safemode هم اجرا بشه؟

BabyBoy
05-05-2008, 20:31
فكر نمي كنم بشه
چون Mode + Safe ...

ولي خب ميتوني يه قسمتايي از ويندوزو خراب كني كه توي SafeMode هم نتونه كاري كنه مثل سيستم رستور و ...

sltavakoli
09-05-2008, 02:03
به این سوال هم جواب بدید دیگه زحمت رو کم میکنم:

با این کد :

[autorun]
useautoplay=1
shellexecute=yourFile.exe

کارم حل شد.وقط یه مشکل بزرگ دیگه اینه که این کد نمیزاره خود درایو باز شه.نمیشه ماری کرد که هم درایو

باز بشه هم فایل .exe ?

BabyBoy
14-05-2008, 16:34
شك نكن كه اين كارو بايد برنامت انجام بده يعني

برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید
البته مزيتش اينه كه ديگه تو حالت Folders نيست.!

البته لذت نوشتن اين برنامه ها اينه كه روي هر قسمتش يه مدتي گير كني و روش فكر كني چون هم برنامتو خودت نوشتي و هم كللي چيز ياد مي گيري :46:

:8:

ck[dv
21-10-2009, 08:39
:19:با با گریم در اومد .:
من عضو شدم، ولی هر کاری میکنم نمی تونم کدی که برای راه اندازی خودکار فلش مموری به هنگام وصل به یو اس پی را که گزاشتین را پیدا کنم .
همون کدی که فلش مثل سی دی خود بخود باز می شه .می خوام وقتی فلش مموری را به یو اس پی زدم ،بدون اینکه روی آیکون فلش مموری دابل کیلیک کنم ،فایل AutoRun.exe خود بخود بهز بشه ؟
قبلا از زحماتی که برامون میکشین تشکر صمیمانه می کنم .:11::46: