标题: [原创教程] 一起学JS,第一个程序hello.js [打印本页]
作者: plp626 时间: 2011-5-21 02:03 标题: 一起学JS,第一个程序hello.js
占位编辑。。。
作者: batman 时间: 2011-5-21 08:28
本帖最后由 batman 于 2011-5-21 09:25 编辑
我先来一个:- var str = "Hello! "
- var fso = new ActiveXObject("scripting.filesystemobject");
- fso.OpenTextFile("temp.txt", 2, 1).Write(str + "Bathome");
- var shell = new ActiveXObject("wscript.shell");
- shell.Run("temp.txt");
- WScript.Sleep(2000);
- shell.Run("cmd /c taskkill /f /im notepad.exe", 0);
复制代码
作者: jinzeyu 时间: 2011-5-21 09:06
什么时候做的这个版块
欢迎光临 批处理之家 (http://bbs.bathome.net/) |
Powered by Discuz! 7.2 |