giors
...:.
February 2012
      1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29

komandrinda

Dažas noderīgas Dos komandas


==izveidot rezerves kopiju==
xcopy /s /c /i /q /h /r /o /y no uz -

==Izveidot folderi, failu un apskatīties tā saturu===
md test
cd test
copy con test.txt
test
Ctrl-Z
noptepad test.txt

==Izslēgt ugunsmūri==
netsh firewall set opmode disable

==Instalēt IIS 7==
Start /w pkgmgr /iu:IIS-WebServerRole;IIS-WebServr;IIS-CommonHttpFeatures;IIS-StaticContent;IIS-DefaultDocument;IIS-HttpErrors;IS-Redirect;WAS-WindowsActivationService;WAS-ProcessModel

==Meklēt folderos un apakšfolderos==
dir *.doc /p/s
(Ļoti noderīgs sakarā ar lagaino Vista meklētāju)