如何根据文件的存在而不是 SD 卡上的 autorun.inf 自动运行我的应用程序?
我有一个设备,可以在 SD 卡上创建一个名为 ADxxxxxx.BIN 的文件(其中“xxxxxx”是唯一的编号)。我希望能够将此 SD 卡插入 USB 读卡器(连接到 Windows XP/Vista/7 系统),并让我的自定义应用程序自动启动并对 .BIN 文件执行一些处理。我不想在 SD 卡上创建 autorun.inf 文件。
是否可以将系统配置为根据 .BIN 文件名的存在自动运行我的应用程序,而无需将 autorun.inf 文件添加到 SD 卡?
I have a device that creates a file called ADxxxxxx.BIN on an SD Card (where "xxxxxx" is a unique number). I'd like to be able to insert this SD Card into a USB card reader (connected to a Windows XP/Vista/7 system) and have my custom application launch automatically and perform some processing on that .BIN file. I do not want to have to create an autorun.inf file on the SD Card.
Is it possible to configure the system to auto run my application based on the presence of the .BIN filename without having to add an autorun.inf file to the SD card?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不,这是不可能的。您可以做的是在计算机上运行一些软件并检查具有您的
ADxxxxxx.BIN
文件的新设备No. It is not possible. What you can do is have some software running on the machine and checking for new devices that has your
ADxxxxxx.BIN
file