摘要: 一、启用编辑模式、 浏览模式 及 自动换行 /// /// 编辑模式 ///publicvoid EditMode() { if (this.webBrowser.Document !=null) ... 阅读全文
posted @ 2011-04-23 02:26 把爱延续 阅读(5347) 评论(0) 推荐(1)
摘要: 1.在移动目标和来源在同一分区(如都在C盘)是可以用 Rename语句 和 执行命令行Move 实现Rename例子:"Test.EXE"Name "Test"SectionRename C:\Program Files\Test.txt" "C:\Test.txt"SectionEnd2.在不同分区可以使用命令行的Move命令:OutFile "Test.EXE"Name "Test"SectionnsExec::ExecToLog 'cmd /c move "C: 阅读全文
posted @ 2011-04-23 01:52 把爱延续 阅读(3896) 评论(0) 推荐(0)