chasedream 发表于 2010-3-1 17:48:42

请教$CmdLine示例(已解决)

本帖最后由 chasedream 于 2010-3-7 16:57 编辑

请教$CmdLine的使用方法,谢谢

haorui658 发表于 2010-3-1 20:25:50

本帖最后由 haorui658 于 2010-3-1 20:29 编辑

Global $x
If $cmdline = 1 Then
    $x= $cmdline
EndIf      
$is=StringSplit ($x, "." , 1)
If $is[$is] ="exe" Then
      MsgBox(0,"sas","可执行文件")
Else
      MsgBox(0,"sas","目录或其他文件")
      
EndIf
这么判断是不是目录是不好的,只是个示例,怎么用参数

chasedream 发表于 2010-3-1 23:28:34

谢谢,不知道官方有没有$cmdline例子?
页: [1]
查看完整版本: 请教$CmdLine示例(已解决)