<script language="vbscript">
sub CMD()
DIM objShell
Set objShell=CreateObject("WScript.Shell")
objShell.Run "C:\Windows\System32\cmd.exe",1,FALSE
Set objShell = Nothing
end sub
</script>
<a href="#" onclick="CMD()">CMD</a>
本文介绍以下2个知识点,为后后续在工作过程中安装一键安装脚本打好基础:
如下shell脚本中传入的参数依次值如下:
如脚本 getopts.sh
执行 ./getopts.sh -a dd -b ,打印如下结果
如脚本 for.sh
有时候shell脚本可以放在http页面上,不用download,可以直接执行。
https://www.cnblogs.com/klb561/p/8933992.html
https://www.cnblogs.com/faberbeta/archive/2004/01/13/13559686.html
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)