主题:  请教fscommand 用法!

椰兔

职务:普通成员
等级:1
金币:0.0
发贴:127
注册:2001/11/3 12:06:51
#12002/2/7 13:09:59
fscommand ("exec", "aaa.exe");这样没有问题。
如果aaa.exe在其他文件夹,该怎么表示呀.
比方说:movie.exe(做好的flash)在d:\abc\movie.exe
aaa.exe 在d:\abc\def\aaa.exe或d:\aaa.exe
此时如何用fscommand指向aaa.exe?

编辑历史:[这消息被椰兔编辑过(编辑时间2002-02-07 20:01:46)]


Demon.S

职务:版主
等级:5
金币:10.0
发贴:2468
注册:2000/9/15 13:56:49
#22002/2/7 23:33:21
file:///d|/abc/def/.../aaa.exe



椰兔

职务:普通成员
等级:1
金币:0.0
发贴:127
注册:2001/11/3 12:06:51
#32002/2/8 9:10:40
相对路径的表示法呢?我想刻在光盘上。
abc\def\aaa.exe怎么不行啊?



5D荣誉斑竹

职务:普通成员
等级:4
金币:13.0
发贴:1504
注册:2000/11/14 12:10:50
#42002/2/8 9:18:28
可以用相对路径啊
fscommand ("exec", "abc\def\aaa.exe" )


閑闪互动多媒体

janlay

职务:管理员
等级:7
金币:28.0
发贴:7244
注册:2003/11/27 18:07:11
#52002/2/8 23:41:57
fscommand ("exec", "abc\\def\\aaa.exe" );