摘要: 在hta文件里用vbscript执行程序,原来的写法是: Set shl = CreateObject("Wscript.Shell") shl.CurrentDirectory = foo Call shl.Run("""" & bar & """") 在windows 7下运行正常,但是在win 阅读全文
posted @ 2023-06-28 02:26 平静寄居者 阅读(68) 评论(0) 推荐(0) 编辑