我必须写一个批处理文件,它执行以下操作: 插入笔式驱动器时,必须将所有* .mp3文件从pendrive复制到我的C驱动器。我以为我可以通过运行作为Windows服务运行的批处理文件来实现这一点,因为我不希望用户知道正在复制mp3文件。
非常感谢!
答案 0 :(得分:0)
有关如何在后台启动隐藏批处理文件的信息,请参阅"How can I run a batch file in the background (no windows displayed)?"。要检测笔式驱动器,您可以检测是否存在驱动器号,请参阅"How do I test if a file is a directory in a Batch script?"或How can I detect the drive letter of a booted USB drive from script?