Card Autorun

This code sample is named autorun. It demonstrates how to handle autorun notifications when a storage card is either inserted or removed from the mobile device.
| Feature Area |
|---|
| Relevant APIs |
|---|
|
The autorun.exe utility that ships with the Windows Mobile SDK |
-
Navigate to the solution file (*.sln), and double-click it. By default, the solution file is copied to the following folder:
C:\Program Files\Windows Mobile 6 SDK\Samples\Common\CPP\Win32\autorunMicrosoft Visual Studio 2005 launches and loads the solution.
-
Build the solution (Ctrl+Shift+B).
-
Deploy the solution (F5).
-
The executable must be named "autorun.exe", and you must place it in a processor specific directory (2577) on the storage card.
-
When the storage card is inserted, the application will be launched with "install" as its command-line parameter.
-
When the storage card is removed, the application will be launched with "uninstall" as its command-line parameter.