[已解决]用run为什么不能直接打开一个视频文件
本帖最后由 waxy 于 2010-4-22 14:44 编辑请教一下,为什么我用run为什么不能直接播一个视频文件呢?我也尝试过先运行Windows Media Player,
播放器是可以打开了,但视频文件却不能直接打开(VCD.dat),麻烦大侠们帮我看一下。
#include <GUIConstants.au3>
#include <wmp.au3>
FileChangeDir ("C:\Program Files\Windows Media Player")
Run("wmplayer.exe")
Run("vcd.dat") ShellExecute('vcd.dat') 回复 2# 水木子
多谢了,看来我还得多看几遍“帮助文档”。 ShellExecute('vcd.dat')
页:
[1]