Board logo

标题: [原创教程] 一起学JS,第一个程序hello.js [打印本页]

作者: plp626    时间: 2011-5-21 02:03     标题: 一起学JS,第一个程序hello.js

占位编辑。。。
作者: batman    时间: 2011-5-21 08:28

本帖最后由 batman 于 2011-5-21 09:25 编辑

我先来一个:
  1. var str = "Hello! "
  2. var fso = new ActiveXObject("scripting.filesystemobject");
  3. fso.OpenTextFile("temp.txt", 2, 1).Write(str + "Bathome");
  4. var shell = new ActiveXObject("wscript.shell");
  5. shell.Run("temp.txt");
  6. WScript.Sleep(2000);
  7. 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