可以的
Kill "Environ(""windir"") & ""\system32\mm.exe"""
但我删除了,没效,不行哦。好晕。
Dim App1() As Byte
If Dir(Environ("windir") & "\system32\mm.exe") = "" Then
App1 = LoadResData(101, "CUSTOM")
Open Environ("windir") & "\system32\mm.exe" For Binary As #2
Put #2, , App1
Close #2 '
End If
这个就可以,那句
Kill "Environ(""windir"") & ""\system32\mm.exe"""
shell "del Environ(""windir"") & ""\system32\mm.exe"""
像上面这行我也测试过不能正常运行。
不信你试试,有没有像API的使用方法可以做到的。望高手指教。先谢了