# CMD argumentlari

Assalomu Aleykum. Bugun CMD argumentlar nimaligini ko’rib chiqamiz. CMD – so’zi “Command Prompt” inglzchadan olingan bo’lib Windows Operatsion tizimida Kommandalar ketma ketligin bajaradigan dastur. Dehqonchasiga o’zimizi konsol

![](https://user-images.githubusercontent.com/91861166/227431831-d92970d2-31dd-4449-b8b7-8ead6bd57615.png)

Hop O’zimizi konsol ekan C# ga nima aloqasi bor degan savol tug'iladi.

Siz birinchi dasturlashga kirganingizda mana bu kodga ko’zingiz tushish extimoli katta:

![](https://user-images.githubusercontent.com/91861166/227431893-fe34c439-e578-4a9c-bf63-f0e4f7ecad53.png)

Mana shu to’rtburchakka olingan string\[] args bizga dasturni ishga tushirmasdan turib qaysidir amalni bajarishga yordam beradi. Masalan:

![](https://user-images.githubusercontent.com/91861166/227432056-d719a711-c64b-4cdd-92da-213f2435e832.png)

Bu kodda “dotnet run” ni project turgan joyda konsol ochib yozasiz va dastur ishga tushadi. Biz shu ishga tushishidan oldin nima qilishini aytib yuboramiz. Misol uchun biz “dotrun run” so’zidan keyin ifni ichiga bergan shartimizni qanoatlantiradigan so’z yani “Va salom ber” so’zini yozsak bizga if sharti ishga tushadi va bizga “Dotnet salom berdi “ degan so’z paydo bo’ladi.

Natija:

![](https://user-images.githubusercontent.com/91861166/227432099-31107873-8e4a-4fb9-a5fb-50e462a45268.png)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.dot-net.uz/c-.net/basic/essential/cmd-argumentlari.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
