随笔分类 -  VMware

VMware
ubuntu 10.4 setup vm tools log
摘要:Initializing...Making sure services for VMware Tools are stopped.Before you can compile modules, you need to have the following installed... makegcckernel headers of the running kernelSearching for GCC...Detected GCC binary at "/usr/bin/gcc".The path "/usr/bin/gcc" appears to be 阅读全文
posted @ 2011-03-23 06:33 大熊猫 阅读(828) 评论(0) 推荐(0)
通过vbs脚本实现批处理后台运行vm
摘要:remstart_cmd.vbs 的内容rem start_cmd.vbs:set args = WScript.Argumentsnum = args.Countif num = 0 then WScript.Echo "Usage: [CScript | WScript] RunBat.vbs aScript.bat <some script arguments>" WScript.Quit 1end ifDim WshSet Wsh = WScript.CreateObject("WScript.Shell")WScript.Sleep 阅读全文
posted @ 2011-02-27 09:57 大熊猫 阅读(575) 评论(0) 推荐(0)