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.