主题:  请详细说明一下,open的路径格式

tpy

职务:普通成员
等级:1
金币:0.0
发贴:11
#12001/9/19 14:57:11
Example

This statement opens the SimpleText application, which is in the folder Applications on the drive HD, and the document named Storyboards:

open "Storyboards" with "HD:Applications:SimpleText"

比如,文件名是 a.exe,在C:\b\文件夹里

是 open "a" with "c:\b"吗?怎么写呀?路径的格式是怎样的?

谢谢



poloer

职务:普通成员
等级:1
金币:1.0
发贴:139
#22001/9/19 15:19:40
on mouseUp me
open "C:\b\*.exe"
end