;测试代码 ACN@yamakawa
If Not $CmdLine[0] Then
MsgBox(0,"","没有传递参数")
Exit
endIf
MsgBox(0,"",$CmdLine[1])
If StringRight($CmdLine[1],3) = "exe" Then
MsgBox(0,"",FileGetVersion($CmdLine[1]))
Else
MsgBox(0,"","选择的文件不是二进制文件")
MsgBox(0,"",FileGetTime($CmdLine[1],0,1))
EndIf