Questions tagged «autorun»

1
在Windows中插入USB记忆棒(如autorun.inf)时,如何在Ubuntu中自动运行文件和脚本?
当像autorun.infWindows中的文件一样在Ubuntu上插入USB记忆棒时,是否可以执行特定脚本或使用特定程序打开文件?如果没有,还有其他方法吗? 编辑: 根据我得到的答案,我已经在USB根文件夹中创建了一个文件,名称autorun为上述内容: #!/bin/sh xdg-open myText.txt 我还创建了一个autorun.inf具有以上内容的文件: [autorun] icon=icon.ico 该autorun.inf文件指定USB图标。从上面的自动运行文件中,autorun.inf似乎只能使用。的autorun脚本文件,在执行时它显示上述消息。 我是在做错什么还是要配置一些其他参数才能运行脚本? PS:文件myText.txt和icon.ico放置在USB根文件夹中。 此外,使用以下命令将autorun和autorun.inf模式设置为755: cd /path/to/usbFolder chmod 755 autorun chmod 755 autorun.inf
12 autorun 
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.