scared1 发表于 2014-12-22 09:57:50

FileInstall能打包多个文件吗?

请教高手,我用FileInstall打包单个文件可以,一个一个地打包也可以,但是就是使用通配符的时候就会报错,查看说明也明确说了可以使用通配符。到底是怎么回事?FileInstall("C:\Users\图\*.bmp",$tuku,0)
报错内容是 error loading file

scared1 发表于 2014-12-22 11:23:18

难道非要一个一个添加?

austere 发表于 2014-12-22 11:28:34

很明显不支持通配符...   你前面是*.bmp   后面用什么名字呢? *.bmp?

水木子 发表于 2014-12-22 11:38:21

如果觉得麻烦,可以试试afan前辈的UDF http://www.autoitx.com/forum.php?mod=viewthread&tid=9210&highlight=

gzh888666 发表于 2014-12-28 21:57:25

我也写了一个自动的工具,你可以去看看
http://www.autoitx.com/forum.php?mod=viewthread&tid=27108&highlight=

h20040606 发表于 2014-12-29 05:29:08

什么时候说可以通配符了。连变量都不行。
页: [1]
查看完整版本: FileInstall能打包多个文件吗?