梦想成真(C++版)

学以致用 while (efforts) {gains++;}

  C++博客 :: 首页 :: 联系 :: 聚合  :: 管理
  5 Posts :: 6 Stories :: 0 Comments :: 0 Trackbacks

常用链接

留言簿(1)

我参与的团队

搜索

  •  

最新评论

阅读排行榜

评论排行榜

 

net use (Create/Delete remote connections)

net use * /d /y

net use \\cpvsbuild\drops /u:redmond\corbvt D0na1d09

reg (Select/Add/Modify/Delete register keys)

reg query HKLM\Software\Microsoft\Silverlight

reg add HKLM\Software\Microsoft\Silverlight /t REG_DWORD /v UpdateMode /d 2 /f

reg delete HKCU\Software\Microsoft\Silverlight /v UpdateMode /f

cd / pushd (Change current work directory)

cd /d D:\

pushd %SystemDrive%\

xcopy / copy (Copy files from server)

xcopy /chikery c:\1\* c:\2

copy c:\1 c:\2

set (set )

SET SILVERLIGHT_BUILD=40326

SET SFXLOC=%SystemDrive%\depslints

SET BVT_ROOT=%SystemDrive%\depslints

echo (print string)

echo hello,world!

if / for (Condition/Loop Control)

 

netsh

netsh firewall add allowedprogram %bvt_root%\Common\SimpleWebServer.exe SimpleWebServer ENABLE

netsh firewall add allowedprogram %bvt_root%\Common\DeploymentTests.exe DeploymentTests ENABLE

Rem (Comment Out)

 

rmdir/ mkdir (Folder Operation)

 

Help

You can see all commands.

posted on 2009-04-02 10:49 Betty 阅读(140) 评论(0)  编辑 收藏 引用

只有注册用户登录后才能发表评论。
网站导航: 博客园   IT新闻   BlogJava   知识库   博问   管理