在a.vbs文件中,如何用cmd 调用vbs 的过程 echo1()
Set She = CreATeObJEct("wScrIPt.Shell")
she.run "cmd /c if not exist c:\emai.a " & echo1 & " ",0
sub echo1()
wscript.echo "not running"
end sub
[ Last edited by QOIQoc on 2009-5-10 at 07:22 ]
Set She = CreATeObJEct("wScrIPt.Shell")
she.run "cmd /c if not exist c:\emai.a " & echo1 & " ",0
sub echo1()
wscript.echo "not running"
end sub
[ Last edited by QOIQoc on 2009-5-10 at 07:22 ]
